Class: Aws::ResilienceHub::Types::DeleteRecommendationTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::DeleteRecommendationTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Used for an idempotency token.
-
#recommendation_template_arn ⇒ String
The Amazon Resource Name (ARN) for a recommendation template.
Instance Attribute Details
#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.
2088 2089 2090 2091 2092 2093 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2088 class DeleteRecommendationTemplateRequest < Struct.new( :client_token, :recommendation_template_arn) SENSITIVE = [] include Aws::Structure end |
#recommendation_template_arn ⇒ String
The Amazon Resource Name (ARN) for a recommendation template.
2088 2089 2090 2091 2092 2093 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 2088 class DeleteRecommendationTemplateRequest < Struct.new( :client_token, :recommendation_template_arn) SENSITIVE = [] include Aws::Structure end |