Class: Aws::Types::OperationSummary
- Inherits:
-
Object
- Object
- Aws::Types::OperationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
437 438 439 |
# File 'sig/types.rbs', line 437 def id @id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
438 439 440 |
# File 'sig/types.rbs', line 438 def status @status end |