C# Class Amazon.IoT.CannedAccessControlList

Constants used for properties of type CannedAccessControlList.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
AuthenticatedRead CannedAccessControlList
AwsExecRead CannedAccessControlList
BucketOwnerFullControl CannedAccessControlList
BucketOwnerRead CannedAccessControlList
LogDeliveryWrite CannedAccessControlList
Private CannedAccessControlList
PublicRead CannedAccessControlList
PublicReadWrite CannedAccessControlList

Méthodes publiques

Méthode Description
CannedAccessControlList ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : CannedAccessControlList

Finds the constant for the unique value.

Method Details

CannedAccessControlList() public méthode

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public CannedAccessControlList ( string value ) : System
value string
Résultat System

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : CannedAccessControlList
value string The unique value for the constant
Résultat CannedAccessControlList

Property Details

AuthenticatedRead public_oe static_oe property

Constant AuthenticatedRead for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT AuthenticatedRead
Résultat CannedAccessControlList

AwsExecRead public_oe static_oe property

Constant AwsExecRead for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT AwsExecRead
Résultat CannedAccessControlList

BucketOwnerFullControl public_oe static_oe property

Constant BucketOwnerFullControl for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT BucketOwnerFullControl
Résultat CannedAccessControlList

BucketOwnerRead public_oe static_oe property

Constant BucketOwnerRead for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT BucketOwnerRead
Résultat CannedAccessControlList

LogDeliveryWrite public_oe static_oe property

Constant LogDeliveryWrite for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT LogDeliveryWrite
Résultat CannedAccessControlList

Private public_oe static_oe property

Constant Private for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT Private
Résultat CannedAccessControlList

PublicRead public_oe static_oe property

Constant PublicRead for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT PublicRead
Résultat CannedAccessControlList

PublicReadWrite public_oe static_oe property

Constant PublicReadWrite for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT PublicReadWrite
Résultat CannedAccessControlList