Class: Aws::ServiceCatalog::Types::DeleteServiceActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeleteServiceActionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#id ⇒ String
The self-service action identifier.
-
#idempotency_token ⇒ String
A unique identifier that you provide to ensure idempotency.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1495 class DeleteServiceActionInput < Struct.new( :id, :accept_language, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The self-service action identifier. For example, ‘act-fs7abcd89wxyz`.
1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1495 class DeleteServiceActionInput < Struct.new( :id, :accept_language, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1495 1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1495 class DeleteServiceActionInput < Struct.new( :id, :accept_language, :idempotency_token) SENSITIVE = [] include Aws::Structure end |