Class: Aws::ResilienceHub::Types::UpdateAppVersionAppComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::UpdateAppVersionAppComponentRequest
- Includes:
- Structure
- Defined in:
- 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
Amazon Resource Name (ARN) of the Resilience Hub application.
-
#id ⇒ String
Identifier of the Application Component.
-
#name ⇒ String
Name of the Application Component.
-
#type ⇒ String
Type of Application Component.
Instance Attribute Details
#additional_info ⇒ Hash<String,Array<String>>
Currently, there is no supported additional information for Application Components.
6570 6571 6572 6573 6574 6575 6576 6577 6578 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#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
6570 6571 6572 6573 6574 6575 6576 6577 6578 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier of the Application Component.
6570 6571 6572 6573 6574 6575 6576 6577 6578 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the Application Component.
6570 6571 6572 6573 6574 6575 6576 6577 6578 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of Application Component. For more information about the types of Application Component, see [Grouping resources in an AppComponent].
[1]: docs.aws.amazon.com/resilience-hub/latest/userguide/AppComponent.grouping.html
6570 6571 6572 6573 6574 6575 6576 6577 6578 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6570 class UpdateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |