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


7527
7528
7529
7530
7531
7532
7533
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7527

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

#any_ofArray<String>

Requires any of the step attributes in a given list.

Returns:

  • (Array<String>)


7527
7528
7529
7530
7531
7532
7533
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7527

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

#nameString

The name of the step attribute.

Returns:

  • (String)


7527
7528
7529
7530
7531
7532
7533
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7527

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