Class: Aws::Types::ExportReadSetJobDetail
- Inherits:
-
Object
- Object
- Aws::Types::ExportReadSetJobDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
700 701 702 |
# File 'sig/types.rbs', line 700 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
699 700 701 |
# File 'sig/types.rbs', line 699 def creation_time @creation_time end |
#destination ⇒ ::String
Returns the value of attribute destination.
697 698 699 |
# File 'sig/types.rbs', line 697 def destination @destination end |
#id ⇒ ::String
Returns the value of attribute id.
695 696 697 |
# File 'sig/types.rbs', line 695 def id @id end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
696 697 698 |
# File 'sig/types.rbs', line 696 def sequence_store_id @sequence_store_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
698 699 700 |
# File 'sig/types.rbs', line 698 def status @status end |