Class: Aws::Types::ExportReadSetDetail
- Inherits:
-
Object
- Object
- Aws::Types::ExportReadSetDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
681 682 683 |
# File 'sig/types.rbs', line 681 def id @id end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
682 683 684 |
# File 'sig/types.rbs', line 682 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
683 684 685 |
# File 'sig/types.rbs', line 683 def end |