C# 클래스 Amazon.IdentityManagement.Model.DeleteAccountAliasRequest

Container for the parameters to the DeleteAccountAlias operation. Deletes the specified AWS account alias. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in the IAM User Guide.
상속: AmazonIdentityManagementServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteAccountAliasRequest ( ) : System

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

DeleteAccountAliasRequest ( string accountAlias ) : System

Instantiates DeleteAccountAliasRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAccountAlias ( ) : bool

메소드 상세

DeleteAccountAliasRequest() 공개 메소드

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

DeleteAccountAliasRequest() 공개 메소드

Instantiates DeleteAccountAliasRequest with the parameterized properties
public DeleteAccountAliasRequest ( string accountAlias ) : System
accountAlias string The name of the account alias to delete. This parameter allows (per its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.
리턴 System