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.
7873 7874 7875 |
# File 'sig/types.rbs', line 7873 def expiry @expiry end |
#expression ⇒ Types::Expression
Returns the value of attribute expression.
7874 7875 7876 |
# File 'sig/types.rbs', line 7874 def expression @expression end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
7875 7876 7877 |
# File 'sig/types.rbs', line 7875 def status @status end |