Struct aws_sdk_serverlessapplicationrepository::output::CreateCloudFormationTemplateOutput [−][src]
#[non_exhaustive]pub struct CreateCloudFormationTemplateOutput {
pub application_id: Option<String>,
pub creation_time: Option<String>,
pub expiration_time: Option<String>,
pub semantic_version: Option<String>,
pub status: Option<Status>,
pub template_id: Option<String>,
pub template_url: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.application_id: Option<String>
The application Amazon Resource Name (ARN).
creation_time: Option<String>
The date and time this resource was created.
expiration_time: Option<String>
The date and time this template expires. Templates expire 1 hour after creation.
semantic_version: Option<String>
The semantic version of the application:
status: Option<Status>
Status of the template creation workflow.
Possible values: PREPARING | ACTIVE | EXPIRED
template_id: Option<String>
The UUID returned by CreateCloudFormationTemplate.
Pattern: [0-9a-fA-F]{8}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{4}\-[0-9a-fA-F]{12}
template_url: Option<String>
A link to the template that can be used to deploy the application using AWS CloudFormation.
Implementations
Creates a new builder-style object to manufacture CreateCloudFormationTemplateOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for CreateCloudFormationTemplateOutput
impl Sync for CreateCloudFormationTemplateOutput
impl Unpin for CreateCloudFormationTemplateOutput
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