Class: Aws::Types::StartReadSetActivationJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartReadSetActivationJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def id @id end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def sequence_store_id @sequence_store_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def status @status end |