Class: Aws::ServiceCatalog::Types::ExecutionParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ExecutionParameter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_values ⇒ Array<String>
The default values for the execution parameter.
-
#name ⇒ String
The name of the execution parameter.
-
#type ⇒ String
The execution parameter type.
Instance Attribute Details
#default_values ⇒ Array<String>
The default values for the execution parameter.
2690 2691 2692 2693 2694 2695 2696 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2690 class ExecutionParameter < Struct.new( :name, :type, :default_values) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the execution parameter.
2690 2691 2692 2693 2694 2695 2696 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2690 class ExecutionParameter < Struct.new( :name, :type, :default_values) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The execution parameter type.
2690 2691 2692 2693 2694 2695 2696 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2690 class ExecutionParameter < Struct.new( :name, :type, :default_values) SENSITIVE = [] include Aws::Structure end |