Struct aws_sdk_serverlessapplicationrepository::model::version_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for VersionSummary
Implementations
The application Amazon Resource Name (ARN).
The application Amazon Resource Name (ARN).
The date and time this resource was created.
The date and time this resource was created.
The semantic version of the application:
The semantic version of the application:
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
A link to a public repository for the source code of your application, for example the URL of a specific GitHub commit.
Consumes the builder and constructs a VersionSummary
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