Struct aws_sdk_resiliencehub::operation::delete_app_input_source::DeleteAppInputSourceOutput
source · #[non_exhaustive]pub struct DeleteAppInputSourceOutput {
pub app_arn: Option<String>,
pub app_input_source: Option<AppInputSource>,
/* 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: Option<String>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.
app_input_source: Option<AppInputSource>Name of the input source from where the application resource is imported from.
Implementations§
source§impl DeleteAppInputSourceOutput
impl DeleteAppInputSourceOutput
sourcepub fn app_arn(&self) -> Option<&str>
pub fn app_arn(&self) -> Option<&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_input_source(&self) -> Option<&AppInputSource>
pub fn app_input_source(&self) -> Option<&AppInputSource>
Name of the input source from where the application resource is imported from.
source§impl DeleteAppInputSourceOutput
impl DeleteAppInputSourceOutput
sourcepub fn builder() -> DeleteAppInputSourceOutputBuilder
pub fn builder() -> DeleteAppInputSourceOutputBuilder
Creates a new builder-style object to manufacture DeleteAppInputSourceOutput.
Trait Implementations§
source§impl Clone for DeleteAppInputSourceOutput
impl Clone for DeleteAppInputSourceOutput
source§fn clone(&self) -> DeleteAppInputSourceOutput
fn clone(&self) -> DeleteAppInputSourceOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for DeleteAppInputSourceOutput
impl Debug for DeleteAppInputSourceOutput
source§impl PartialEq for DeleteAppInputSourceOutput
impl PartialEq for DeleteAppInputSourceOutput
source§fn eq(&self, other: &DeleteAppInputSourceOutput) -> bool
fn eq(&self, other: &DeleteAppInputSourceOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteAppInputSourceOutput
impl RequestId for DeleteAppInputSourceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.