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

The AccessKey data type contains information about an AWS access key.

This data type is used as a response element in the actions CreateAccessKey and ListAccessKeys.

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

공개 메소드들

메소드 설명
AccessKey ( ) : System

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

AccessKey ( string userName, string accessKeyId, StatusType status, string secretAccessKey ) : System

Instantiates AccessKey with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAccessKeyId ( ) : bool
IsSetCreateDate ( ) : bool
IsSetSecretAccessKey ( ) : bool
IsSetStatus ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

AccessKey() 공개 메소드

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

AccessKey() 공개 메소드

Instantiates AccessKey with the parameterized properties
public AccessKey ( string userName, string accessKeyId, StatusType status, string secretAccessKey ) : System
userName string The name of the IAM user that the access key is associated with.
accessKeyId string The ID for this access key.
status StatusType The status of the access key. Active means the key is valid for API calls, while Inactive means it is not.
secretAccessKey string The secret key used to sign requests.
리턴 System