Struct aws_sdk_ecs::model::environment_file::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for EnvironmentFile
Implementations
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
The Amazon Resource Name (ARN) of the Amazon S3 object containing the environment variable file.
The file type to use. The only supported value is s3
.
The file type to use. The only supported value is s3
.
Consumes the builder and constructs a EnvironmentFile
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more