Struct aws_sdk_ec2::output::CreateLaunchTemplateOutput [−][src]
#[non_exhaustive]pub struct CreateLaunchTemplateOutput {
pub launch_template: Option<LaunchTemplate>,
pub warning: Option<ValidationWarning>,
}
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.launch_template: Option<LaunchTemplate>
Information about the launch template.
warning: Option<ValidationWarning>
If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
Implementations
Information about the launch template.
If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.
Creates a new builder-style object to manufacture CreateLaunchTemplateOutput
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 RefUnwindSafe for CreateLaunchTemplateOutput
impl Send for CreateLaunchTemplateOutput
impl Sync for CreateLaunchTemplateOutput
impl Unpin for CreateLaunchTemplateOutput
impl UnwindSafe for CreateLaunchTemplateOutput
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