Class: Aws::ResilienceHub::Types::CreateAppVersionAppComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::CreateAppVersionAppComponentRequest
- 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
Amazon Resource Name (ARN) of the Resilience Hub application.
-
#client_token ⇒ String
Used for an idempotency token.
-
#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.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1419 class CreateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :client_token, :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.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1419 class CreateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :client_token, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
A suitable default value is auto-generated. You should normally not need to pass this option.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1419 class CreateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :client_token, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier of the Application Component.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1419 class CreateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :client_token, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the Application Component.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1419 class CreateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :client_token, :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.
1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1419 class CreateAppVersionAppComponentRequest < Struct.new( :additional_info, :app_arn, :client_token, :id, :name, :type) SENSITIVE = [] include Aws::Structure end |