Class: Aws::Types::Step
- Inherits:
-
Object
- Object
- Aws::Types::Step
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#name ⇒ "PREFLIGHT", ...
Returns the value of attribute name.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def created_at @created_at end |
#name ⇒ "PREFLIGHT", ...
Returns the value of attribute name.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 def name @name end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def updated_at @updated_at end |