Struct cfn::aws::elasticbeanstalk::application_version::SourceBundle [] [src]

pub struct SourceBundle {
    pub s3_bucket: Value<String>,
    pub s3_key: Value<String>,
}

Fields

Property S3Bucket.

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

Property S3Key.

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

Trait Implementations

impl Debug for SourceBundle
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SourceBundle
[src]

[src]

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

Auto Trait Implementations

impl Send for SourceBundle

impl Sync for SourceBundle