Struct assemblylift_iomod_s3_guest::structs::CreateBucketRequest[][src]

pub struct CreateBucketRequest {
    pub acl: Option<BucketCannedACL>,
    pub bucket: BucketName,
    pub create_bucket_configuration: Option<CreateBucketConfiguration>,
    pub grant_full_control: Option<GrantFullControl>,
    pub grant_read: Option<GrantRead>,
    pub grant_read_acp: Option<GrantReadACP>,
    pub grant_write: Option<GrantWrite>,
    pub grant_write_acp: Option<GrantWriteACP>,
    pub object_lock_enabled_for_bucket: Option<ObjectLockEnabledForBucket>,
}

Fields

acl: Option<BucketCannedACL>bucket: BucketNamecreate_bucket_configuration: Option<CreateBucketConfiguration>grant_full_control: Option<GrantFullControl>grant_read: Option<GrantRead>grant_read_acp: Option<GrantReadACP>grant_write: Option<GrantWrite>grant_write_acp: Option<GrantWriteACP>object_lock_enabled_for_bucket: Option<ObjectLockEnabledForBucket>

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.