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>)


3098
3099
3100
3101
3102
3103
3104
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3098

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

#nameString

The name of the execution parameter.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
3104
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3098

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

#typeString

The execution parameter type.

Returns:

  • (String)


3098
3099
3100
3101
3102
3103
3104
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3098

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