Class: Aws::Types::Step
- Inherits:
-
Object
- Object
- Aws::Types::Step
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiry ⇒ Types::Expiry
Returns the value of attribute expiry.
-
#expression ⇒ Types::Expression
Returns the value of attribute expression.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#expiry ⇒ Types::Expiry
Returns the value of attribute expiry.
8043 8044 8045 |
# File 'sig/types.rbs', line 8043 def expiry @expiry end |
#expression ⇒ Types::Expression
Returns the value of attribute expression.
8044 8045 8046 |
# File 'sig/types.rbs', line 8044 def expression @expression end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
8045 8046 8047 |
# File 'sig/types.rbs', line 8045 def status @status end |