#[non_exhaustive]pub struct GetTemplateSummaryOutput { /* private fields */ }
Expand description
The output for the GetTemplateSummary
action.
Implementations§
source§impl GetTemplateSummaryOutput
impl GetTemplateSummaryOutput
sourcepub fn parameters(&self) -> Option<&[ParameterDeclaration]>
pub fn parameters(&self) -> Option<&[ParameterDeclaration]>
A list of parameter declarations that describe various properties for each parameter.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The value that's defined in the Description
property of the template.
sourcepub fn capabilities(&self) -> Option<&[Capability]>
pub fn capabilities(&self) -> Option<&[Capability]>
The capabilities found within the template. If your template contains IAM resources, you must specify the CAPABILITY_IAM
or CAPABILITY_NAMED_IAM
value for this parameter when you use the CreateStack
or UpdateStack
actions with your template; otherwise, those actions return an InsufficientCapabilities
error.
For more information, see Acknowledging IAM Resources in CloudFormation Templates.
sourcepub fn capabilities_reason(&self) -> Option<&str>
pub fn capabilities_reason(&self) -> Option<&str>
The list of resources that generated the values in the Capabilities
response element.
sourcepub fn resource_types(&self) -> Option<&[String]>
pub fn resource_types(&self) -> Option<&[String]>
A list of all the template resource types that are defined in the template, such as AWS::EC2::Instance
, AWS::Dynamo::Table
, and Custom::MyCustomInstance
.
sourcepub fn version(&self) -> Option<&str>
pub fn version(&self) -> Option<&str>
The Amazon Web Services template format version, which identifies the capabilities of the template.
sourcepub fn metadata(&self) -> Option<&str>
pub fn metadata(&self) -> Option<&str>
The value that's defined for the Metadata
property of the template.
sourcepub fn declared_transforms(&self) -> Option<&[String]>
pub fn declared_transforms(&self) -> Option<&[String]>
A list of the transforms that are declared in the template.
sourcepub fn resource_identifier_summaries(
&self
) -> Option<&[ResourceIdentifierSummary]>
pub fn resource_identifier_summaries( &self ) -> Option<&[ResourceIdentifierSummary]>
A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources. For example, BucketName
is a possible identifier property for an AWS::S3::Bucket
resource.
source§impl GetTemplateSummaryOutput
impl GetTemplateSummaryOutput
sourcepub fn builder() -> GetTemplateSummaryOutputBuilder
pub fn builder() -> GetTemplateSummaryOutputBuilder
Creates a new builder-style object to manufacture GetTemplateSummaryOutput
.
Trait Implementations§
source§impl Clone for GetTemplateSummaryOutput
impl Clone for GetTemplateSummaryOutput
source§fn clone(&self) -> GetTemplateSummaryOutput
fn clone(&self) -> GetTemplateSummaryOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetTemplateSummaryOutput
impl Debug for GetTemplateSummaryOutput
source§impl PartialEq<GetTemplateSummaryOutput> for GetTemplateSummaryOutput
impl PartialEq<GetTemplateSummaryOutput> for GetTemplateSummaryOutput
source§fn eq(&self, other: &GetTemplateSummaryOutput) -> bool
fn eq(&self, other: &GetTemplateSummaryOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetTemplateSummaryOutput
impl RequestId for GetTemplateSummaryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.