Class: Aws::Types::StepAttributeCapability
- Inherits:
-
Object
- Object
- Aws::Types::StepAttributeCapability
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_of ⇒ ::Array[::String]
Returns the value of attribute all_of.
-
#any_of ⇒ ::Array[::String]
Returns the value of attribute any_of.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#all_of ⇒ ::Array[::String]
Returns the value of attribute all_of.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def all_of @all_of end |
#any_of ⇒ ::Array[::String]
Returns the value of attribute any_of.
2908 2909 2910 |
# File 'sig/types.rbs', line 2908 def any_of @any_of end |
#name ⇒ ::String
Returns the value of attribute name.
2907 2908 2909 |
# File 'sig/types.rbs', line 2907 def name @name end |