Class: Aws::ServiceCatalog::Types::DescribeServiceActionExecutionParametersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeServiceActionExecutionParametersInput
- 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.
-
#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` - Japanese
-
‘zh` - Chinese
2293 2294 2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2293 class DescribeServiceActionExecutionParametersInput < Struct.new( :provisioned_product_id, :service_action_id, :accept_language) SENSITIVE = [] include Aws::Structure end |
#provisioned_product_id ⇒ String
The identifier of the provisioned product.
2293 2294 2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2293 class DescribeServiceActionExecutionParametersInput < Struct.new( :provisioned_product_id, :service_action_id, :accept_language) SENSITIVE = [] include Aws::Structure end |
#service_action_id ⇒ String
The self-service action identifier.
2293 2294 2295 2296 2297 2298 2299 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2293 class DescribeServiceActionExecutionParametersInput < Struct.new( :provisioned_product_id, :service_action_id, :accept_language) SENSITIVE = [] include Aws::Structure end |