C# Class Amazon.S3.BucketAccelerateStatus

Represents the accelerate status for a bucket.
Inheritance: ConstantClass
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Enabled BucketAccelerateStatus
Suspended BucketAccelerateStatus

Public Methods

Method Description
BucketAccelerateStatus ( string value ) : System

Construct instance of BucketAccelerateStatus. It is not intended for this constructor to be called. Instead users should call the FindValue.

FindValue ( string value ) : BucketAccelerateStatus

Finds the constant for the unique value.

Method Details

BucketAccelerateStatus() public method

Construct instance of BucketAccelerateStatus. It is not intended for this constructor to be called. Instead users should call the FindValue.
public BucketAccelerateStatus ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

Enabled public_oe static_oe property

Bucket acceleration is enabled.
public static BucketAccelerateStatus,Amazon.S3 Enabled
return BucketAccelerateStatus

Suspended public_oe static_oe property

Bucket acceleration is suspended.
public static BucketAccelerateStatus,Amazon.S3 Suspended
return BucketAccelerateStatus