C# Class Amazon.IdentityManagement.Model.ListAccountAliasesRequest

Container for the parameters to the ListAccountAliases operation. Lists the account alias associated with the AWS account (Note: you can have only one). For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in the IAM User Guide.
Inheritance: AmazonIdentityManagementServiceRequest
Mostra file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ListAccountAliasesRequest ( ) : System

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

Private Methods

Method Description
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool

Method Details

ListAccountAliasesRequest() public method

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