C# 클래스 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.

상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetFilters ( ) : bool
IsSetMaxResults ( ) : bool
IsSetNextToken ( ) : bool

메소드 상세

DescribeTagsRequest() 공개 메소드

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

DescribeTagsRequest() 공개 메소드

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.
리턴 System