Class: Aws::ResilienceHub::Types::DescribeAppVersionAppComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DescribeAppVersionAppComponentResponse
- Defined in:
- gems/aws-sdk-resiliencehub/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.
2283 2284 2285 2286 2287 2288 2289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2283 class DescribeAppVersionAppComponentResponse < 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.
2283 2284 2285 2286 2287 2288 2289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2283 class DescribeAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
Resilience Hub application version.
2283 2284 2285 2286 2287 2288 2289 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2283 class DescribeAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |