Class: Aws::ResilienceHub::Types::UpdateAppVersionAppComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UpdateAppVersionAppComponentResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
-
#app_component ⇒ Types::AppComponent
The list of Application Components that belong to this resource.
-
#app_version ⇒ String
The Resilience Hub application version.
Instance Attribute Details
#app_arn ⇒ String
The 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 AWS General Reference guide.
5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5046 class UpdateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |
#app_component ⇒ Types::AppComponent
The list of Application Components that belong to this resource.
5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5046 class UpdateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |
#app_version ⇒ String
The Resilience Hub application version.
5046 5047 5048 5049 5050 5051 5052 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5046 class UpdateAppVersionAppComponentResponse < Struct.new( :app_arn, :app_component, :app_version) SENSITIVE = [] include Aws::Structure end |