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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetFilters ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool

Method Details

DescribeTagsRequest() public méthode

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

DescribeTagsRequest() public méthode

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.
Résultat System