C# Class Amazon.EC2.Model.DescribeTagsRequest

Container for the parameters to the DescribeTags operation. Describes one or more of the tags for your EC2 resources.

For more information about tags, see Tagging Your Resources in the Amazon Elastic Compute Cloud User Guide.

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeTagsRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeTagsRequest ( List filters ) : System

Instantiates DescribeTagsRequest with the parameterized properties

Private Methods

Method Description
IsSetFilters ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool

Method Details

DescribeTagsRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeTagsRequest ( ) : System
return System

DescribeTagsRequest() public method

Instantiates DescribeTagsRequest with the parameterized properties
public DescribeTagsRequest ( List filters ) : System
filters List One or more filters.
  • key - The tag key.
  • resource-id - The resource ID.
  • resource-type - The resource type (customer-gateway | dhcp-options | image | instance | internet-gateway | network-acl | network-interface | reserved-instances | route-table | security-group | snapshot | spot-instances-request | subnet | volume | vpc | vpn-connection | vpn-gateway).
  • value - The tag value.
return System