Class: Aws::ServiceCatalog::Types::ExecutionParameter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#default_valuesArray<String>

The default values for the execution parameter.

Returns:

  • (Array<String>)


3204
3205
3206
3207
3208
3209
3210
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3204

class ExecutionParameter < Struct.new(
  :name,
  :type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the execution parameter.

Returns:

  • (String)


3204
3205
3206
3207
3208
3209
3210
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3204

class ExecutionParameter < Struct.new(
  :name,
  :type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The execution parameter type.

Returns:

  • (String)


3204
3205
3206
3207
3208
3209
3210
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3204

class ExecutionParameter < Struct.new(
  :name,
  :type,
  :default_values)
  SENSITIVE = []
  include Aws::Structure
end