C# Class Amazon.IoT.CannedAccessControlList

Constants used for properties of type CannedAccessControlList.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
AuthenticatedRead CannedAccessControlList
AwsExecRead CannedAccessControlList
BucketOwnerFullControl CannedAccessControlList
BucketOwnerRead CannedAccessControlList
LogDeliveryWrite CannedAccessControlList
Private CannedAccessControlList
PublicRead CannedAccessControlList
PublicReadWrite CannedAccessControlList

Public Methods

Method 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 method

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
return System

FindValue() public static method

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

Property Details

AuthenticatedRead public_oe static_oe property

Constant AuthenticatedRead for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT AuthenticatedRead
return CannedAccessControlList

AwsExecRead public_oe static_oe property

Constant AwsExecRead for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT AwsExecRead
return CannedAccessControlList

BucketOwnerFullControl public_oe static_oe property

Constant BucketOwnerFullControl for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT BucketOwnerFullControl
return CannedAccessControlList

BucketOwnerRead public_oe static_oe property

Constant BucketOwnerRead for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT BucketOwnerRead
return CannedAccessControlList

LogDeliveryWrite public_oe static_oe property

Constant LogDeliveryWrite for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT LogDeliveryWrite
return CannedAccessControlList

Private public_oe static_oe property

Constant Private for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT Private
return CannedAccessControlList

PublicRead public_oe static_oe property

Constant PublicRead for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT PublicRead
return CannedAccessControlList

PublicReadWrite public_oe static_oe property

Constant PublicReadWrite for CannedAccessControlList
public static CannedAccessControlList,Amazon.IoT PublicReadWrite
return CannedAccessControlList