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

Container for the parameters to the CreateAccountAlias operation.

This action creates an alias for your AWS account. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in Using AWS Identity and Access Management .

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

공개 메소드들

메소드 설명
CreateAccountAliasRequest ( ) : System

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

CreateAccountAliasRequest ( string accountAlias ) : System

Instantiates CreateAccountAliasRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAccountAlias ( ) : bool

메소드 상세

CreateAccountAliasRequest() 공개 메소드

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

CreateAccountAliasRequest() 공개 메소드

Instantiates CreateAccountAliasRequest with the parameterized properties
public CreateAccountAliasRequest ( string accountAlias ) : System
accountAlias string The account alias to create. 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