Class: Aws::Types::ActivateReadSetJobItem
- Inherits:
-
Object
- Object
- Aws::Types::ActivateReadSetJobItem
- 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.
-
#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.
47 48 49 |
# File 'sig/types.rbs', line 47 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
46 47 48 |
# File 'sig/types.rbs', line 46 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
43 44 45 |
# File 'sig/types.rbs', line 43 def id @id end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def sequence_store_id @sequence_store_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
45 46 47 |
# File 'sig/types.rbs', line 45 def status @status end |