Struct cfn::aws::apigateway::rest_api::S3Location [] [src]

pub struct S3Location {
    pub bucket: Option<Value<String>>,
    pub e_tag: Option<Value<String>>,
    pub key: Option<Value<String>>,
    pub version: Option<Value<String>>,
}

Fields

Property Bucket.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property ETag.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Key.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Version.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for S3Location
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for S3Location
[src]

[src]

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

Auto Trait Implementations

impl Send for S3Location

impl Sync for S3Location