Class: Aws::ServiceCatalog::Types::ExecuteProvisionedProductServiceActionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ExecuteProvisionedProductServiceActionInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#execute_token ⇒ String
An idempotency token that uniquely identifies the execute request.
-
#parameters ⇒ Hash<String,Array<String>>
A map of all self-service action parameters and their values.
-
#provisioned_product_id ⇒ String
The identifier of the provisioned product.
-
#service_action_id ⇒ String
The self-service action identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
jp
- Japanesezh
- Chinese
2650 2651 2652 2653 2654 2655 2656 2657 2658 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650 class ExecuteProvisionedProductServiceActionInput < Struct.new( :provisioned_product_id, :service_action_id, :execute_token, :accept_language, :parameters) SENSITIVE = [] include Aws::Structure end |
#execute_token ⇒ String
An idempotency token that uniquely identifies the execute request.
A suitable default value is auto-generated. You should normally not need to pass this option.
2650 2651 2652 2653 2654 2655 2656 2657 2658 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650 class ExecuteProvisionedProductServiceActionInput < Struct.new( :provisioned_product_id, :service_action_id, :execute_token, :accept_language, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,Array<String>>
A map of all self-service action parameters and their values. If a
provided parameter is of a special type, such as TARGET
, the
provided value will override the default value generated by Service
Catalog. If the parameters field is not provided, no additional
parameters are passed and default values will be used for any
special parameters such as TARGET
.
2650 2651 2652 2653 2654 2655 2656 2657 2658 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650 class ExecuteProvisionedProductServiceActionInput < Struct.new( :provisioned_product_id, :service_action_id, :execute_token, :accept_language, :parameters) SENSITIVE = [] include Aws::Structure end |
#provisioned_product_id ⇒ String
The identifier of the provisioned product.
2650 2651 2652 2653 2654 2655 2656 2657 2658 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650 class ExecuteProvisionedProductServiceActionInput < Struct.new( :provisioned_product_id, :service_action_id, :execute_token, :accept_language, :parameters) SENSITIVE = [] include Aws::Structure end |
#service_action_id ⇒ String
The self-service action identifier. For example,
act-fs7abcd89wxyz
.
2650 2651 2652 2653 2654 2655 2656 2657 2658 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650 class ExecuteProvisionedProductServiceActionInput < Struct.new( :provisioned_product_id, :service_action_id, :execute_token, :accept_language, :parameters) SENSITIVE = [] include Aws::Structure end |