Class: Aws::Deadline::Types::ParameterSpace

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The details of a search for two or more step parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#combinationString

The combination expression to use in the search.

Returns:

  • (String)


6481
6482
6483
6484
6485
6486
# File 'lib/aws-sdk-deadline/types.rb', line 6481

class ParameterSpace < Struct.new(
  :parameters,
  :combination)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::StepParameter>

The parameters to search for.

Returns:



6481
6482
6483
6484
6485
6486
# File 'lib/aws-sdk-deadline/types.rb', line 6481

class ParameterSpace < Struct.new(
  :parameters,
  :combination)
  SENSITIVE = []
  include Aws::Structure
end