Class: Aws::ResilienceHub::Types::DeleteAppVersionAppComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DeleteAppVersionAppComponentRequest
- 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.
-
#client_token ⇒ String
Used for an idempotency token.
-
#id ⇒ String
Identifier of the Application Component.
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.
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1976 class DeleteAppVersionAppComponentRequest < Struct.new( :app_arn, :client_token, :id) 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.
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1976 class DeleteAppVersionAppComponentRequest < Struct.new( :app_arn, :client_token, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier of the Application Component.
1976 1977 1978 1979 1980 1981 1982 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 1976 class DeleteAppVersionAppComponentRequest < Struct.new( :app_arn, :client_token, :id) SENSITIVE = [] include Aws::Structure end |