Class: Aws::Types::StartReadSetExportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartReadSetExportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def creation_time @creation_time end |
#destination ⇒ ::String
Returns the value of attribute destination.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def destination @destination end |
#id ⇒ ::String
Returns the value of attribute id.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 def id @id end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def sequence_store_id @sequence_store_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def status @status end |