Class: Aws::Types::StatusRecord
- Inherits:
-
Object
- Object
- Aws::Types::StatusRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ ::String
Returns the value of attribute cause.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
Instance Attribute Details
#cause ⇒ ::String
Returns the value of attribute cause.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def cause @cause end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def status @status end |