Class: Aws::ResilienceHub::Types::UpdateAppVersionAppComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UpdateAppVersionAppComponentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
Amazon Resource Name (ARN) of the Resilience Hub application.
-
#app_component ⇒ Types::AppComponent
List of Application Components that belong to this resource.
-
#app_version ⇒ String
Resilience Hub application version.
Instance Attribute Details
#app_arn ⇒ 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.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
6602 6603 6604 6605 6606 6607 6608 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6602 class UpdateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |
#app_component ⇒ Types::AppComponent
List of Application Components that belong to this resource.
6602 6603 6604 6605 6606 6607 6608 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6602 class UpdateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
Resilience Hub application version.
6602 6603 6604 6605 6606 6607 6608 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6602 class UpdateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |