Class: Aws::Deadline::Types::StepAttributeCapability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepAttributeCapability
- 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
-
#all_of ⇒ Array<String>
Requires all of the step attribute values.
-
#any_of ⇒ Array<String>
Requires any of the step attributes in a given list.
-
#name ⇒ String
The name of the step attribute.
Instance Attribute Details
#all_of ⇒ Array<String>
Requires all of the step attribute values.
7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7799 class StepAttributeCapability < Struct.new( :name, :any_of, :all_of) SENSITIVE = [] include Aws::Structure end |
#any_of ⇒ Array<String>
Requires any of the step attributes in a given list.
7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7799 class StepAttributeCapability < Struct.new( :name, :any_of, :all_of) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step attribute.
7799 7800 7801 7802 7803 7804 7805 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7799 class StepAttributeCapability < Struct.new( :name, :any_of, :all_of) SENSITIVE = [] include Aws::Structure end |