Struct aws_sdk_rust::aws::s3::bucket::GetBucketCorsOutput [] [src]

pub struct GetBucketCorsOutput {
    pub cors_rules: CORSRules,
}

Fields

Trait Implementations

impl Debug for GetBucketCorsOutput
[src]

Formats the value using the given formatter.

impl Default for GetBucketCorsOutput
[src]

Returns the "default value" for a type. Read more

impl Decodable for GetBucketCorsOutput
[src]

Deserialize a value using a Decoder.

impl Encodable for GetBucketCorsOutput
[src]

Serialize a value using an Encoder.