C# 클래스 Amazon.S3.GranteeType

A list of all grantee types.
상속: ConstantClass
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 프로퍼티들

프로퍼티 타입 설명
CanonicalUser GranteeType
Email GranteeType
Group GranteeType

공개 메소드들

메소드 설명
FindValue ( string value ) : GranteeType

Finds the constant for the unique value.

GranteeType ( string value ) : System

Construct an instance of GranteeType.

메소드 상세

FindValue() 공개 정적인 메소드

Finds the constant for the unique value.
public static FindValue ( string value ) : GranteeType
value string
리턴 GranteeType

GranteeType() 공개 메소드

Construct an instance of GranteeType.
public GranteeType ( string value ) : System
value string
리턴 System

프로퍼티 상세

CanonicalUser 공개적으로 정적으로 프로퍼티

The canonical user ID of an AWS account
public static GranteeType,Amazon.S3 CanonicalUser
리턴 GranteeType

Email 공개적으로 정적으로 프로퍼티

The email address of an AWS account
public static GranteeType,Amazon.S3 Email
리턴 GranteeType

Group 공개적으로 정적으로 프로퍼티

The predefined group.
public static GranteeType,Amazon.S3 Group
리턴 GranteeType