Class: Aws::Types::GetReadSetExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReadSetExportJobResponse
- 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.
-
#read_sets ⇒ ::Array[Types::ExportReadSetDetail]
Returns the value of attribute read_sets.
-
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
873 874 875 |
# File 'sig/types.rbs', line 873 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
872 873 874 |
# File 'sig/types.rbs', line 872 def creation_time @creation_time end |
#destination ⇒ ::String
Returns the value of attribute destination.
869 870 871 |
# File 'sig/types.rbs', line 869 def destination @destination end |
#id ⇒ ::String
Returns the value of attribute id.
867 868 869 |
# File 'sig/types.rbs', line 867 def id @id end |
#read_sets ⇒ ::Array[Types::ExportReadSetDetail]
Returns the value of attribute read_sets.
874 875 876 |
# File 'sig/types.rbs', line 874 def read_sets @read_sets end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
868 869 870 |
# File 'sig/types.rbs', line 868 def sequence_store_id @sequence_store_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
870 871 872 |
# File 'sig/types.rbs', line 870 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
871 872 873 |
# File 'sig/types.rbs', line 871 def end |