Class: Aws::Deadline::Types::StepAttributeCapability

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

Overview

The list of step attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#all_ofArray<String>

Requires all of the step attribute values.

Returns:

  • (Array<String>)


7661
7662
7663
7664
7665
7666
7667
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7661

class StepAttributeCapability < Struct.new(
  :name,
  :any_of,
  :all_of)
  SENSITIVE = []
  include Aws::Structure
end

#any_ofArray<String>

Requires any of the step attributes in a given list.

Returns:

  • (Array<String>)


7661
7662
7663
7664
7665
7666
7667
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7661

class StepAttributeCapability < Struct.new(
  :name,
  :any_of,
  :all_of)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the step attribute.

Returns:

  • (String)


7661
7662
7663
7664
7665
7666
7667
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7661

class StepAttributeCapability < Struct.new(
  :name,
  :any_of,
  :all_of)
  SENSITIVE = []
  include Aws::Structure
end