Struct aws_sdk_resiliencehub::operation::add_draft_app_version_resource_mappings::AddDraftAppVersionResourceMappingsOutput
source · #[non_exhaustive]pub struct AddDraftAppVersionResourceMappingsOutput {
pub app_arn: String,
pub app_version: String,
pub resource_mappings: Vec<ResourceMapping>,
/* private fields */
}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.app_arn: StringAmazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
app_version: StringThe version of the application.
resource_mappings: Vec<ResourceMapping>List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
Implementations§
source§impl AddDraftAppVersionResourceMappingsOutput
impl AddDraftAppVersionResourceMappingsOutput
sourcepub fn app_arn(&self) -> &str
pub fn app_arn(&self) -> &str
Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:partition:resiliencehub:region:account:app/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
sourcepub fn app_version(&self) -> &str
pub fn app_version(&self) -> &str
The version of the application.
sourcepub fn resource_mappings(&self) -> &[ResourceMapping]
pub fn resource_mappings(&self) -> &[ResourceMapping]
List of sources that are used to map a logical resource from the template to a physical resource. You can use sources such as CloudFormation, Terraform state files, AppRegistry applications, or Amazon EKS.
source§impl AddDraftAppVersionResourceMappingsOutput
impl AddDraftAppVersionResourceMappingsOutput
sourcepub fn builder() -> AddDraftAppVersionResourceMappingsOutputBuilder
pub fn builder() -> AddDraftAppVersionResourceMappingsOutputBuilder
Creates a new builder-style object to manufacture AddDraftAppVersionResourceMappingsOutput.
Trait Implementations§
source§impl Clone for AddDraftAppVersionResourceMappingsOutput
impl Clone for AddDraftAppVersionResourceMappingsOutput
source§fn clone(&self) -> AddDraftAppVersionResourceMappingsOutput
fn clone(&self) -> AddDraftAppVersionResourceMappingsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for AddDraftAppVersionResourceMappingsOutput
impl PartialEq for AddDraftAppVersionResourceMappingsOutput
source§fn eq(&self, other: &AddDraftAppVersionResourceMappingsOutput) -> bool
fn eq(&self, other: &AddDraftAppVersionResourceMappingsOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for AddDraftAppVersionResourceMappingsOutput
impl RequestId for AddDraftAppVersionResourceMappingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.