Class: Aws::ResilienceHub::Types::UpdateAppVersionAppComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UpdateAppVersionAppComponentRequest
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_info ⇒ Hash<String,Array<String>>
Currently, there is no supported additional information for Application Components.
-
#app_arn ⇒ String
The Amazon Resource Name (ARN) of the Resilience Hub application.
-
#id ⇒ String
The identifier of the Application Component.
-
#name ⇒ String
The name of the Application Component.
-
#type ⇒ String
The type of Application Component.
Instance Attribute Details
#additional_info ⇒ Hash<String,Array<String>>
Currently, there is no supported additional information for Application Components.
5014 5015 5016 5017 5018 5019 5020 5021 5022 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5014 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#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.
5014 5015 5016 5017 5018 5019 5020 5021 5022 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5014 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the Application Component.
5014 5015 5016 5017 5018 5019 5020 5021 5022 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5014 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Application Component.
5014 5015 5016 5017 5018 5019 5020 5021 5022 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5014 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of Application Component. For more information about the types of Application Component, see Grouping resources in an AppComponent.
5014 5015 5016 5017 5018 5019 5020 5021 5022 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 5014 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |