Struct aws_sdk_resiliencehub::operation::resolve_app_version_resources::ResolveAppVersionResourcesOutput
source · #[non_exhaustive]pub struct ResolveAppVersionResourcesOutput {
pub app_arn: String,
pub app_version: String,
pub resolution_id: String,
pub status: ResourceResolutionStatusType,
/* 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.
resolution_id: StringThe identifier for a specific resolution.
status: ResourceResolutionStatusTypeStatus of the action.
Implementations§
source§impl ResolveAppVersionResourcesOutput
impl ResolveAppVersionResourcesOutput
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 resolution_id(&self) -> &str
pub fn resolution_id(&self) -> &str
The identifier for a specific resolution.
sourcepub fn status(&self) -> &ResourceResolutionStatusType
pub fn status(&self) -> &ResourceResolutionStatusType
Status of the action.
source§impl ResolveAppVersionResourcesOutput
impl ResolveAppVersionResourcesOutput
sourcepub fn builder() -> ResolveAppVersionResourcesOutputBuilder
pub fn builder() -> ResolveAppVersionResourcesOutputBuilder
Creates a new builder-style object to manufacture ResolveAppVersionResourcesOutput.
Trait Implementations§
source§impl Clone for ResolveAppVersionResourcesOutput
impl Clone for ResolveAppVersionResourcesOutput
source§fn clone(&self) -> ResolveAppVersionResourcesOutput
fn clone(&self) -> ResolveAppVersionResourcesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for ResolveAppVersionResourcesOutput
impl PartialEq for ResolveAppVersionResourcesOutput
source§fn eq(&self, other: &ResolveAppVersionResourcesOutput) -> bool
fn eq(&self, other: &ResolveAppVersionResourcesOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ResolveAppVersionResourcesOutput
impl RequestId for ResolveAppVersionResourcesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.