Struct aws_sdk_lambda::output::get_layer_version_by_arn_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetLayerVersionByArnOutput
Implementations
Details about the layer version.
Details about the layer version.
The ARN of the layer.
The ARN of the layer version.
The ARN of the layer version.
The description of the version.
The description of the version.
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The date that the layer version was created, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).
The version number.
Appends an item to compatible_runtimes
.
To override the contents of this collection use set_compatible_runtimes
.
The layer's compatible runtimes.
The layer's compatible runtimes.
The layer's software license.
The layer's software license.
Appends an item to compatible_architectures
.
To override the contents of this collection use set_compatible_architectures
.
A list of compatible instruction set architectures.
A list of compatible instruction set architectures.
Consumes the builder and constructs a GetLayerVersionByArnOutput
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