Class: Aws::Types::StartReadSetImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartReadSetImportJobResponse
- 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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#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.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
2179 2180 2181 |
# File 'sig/types.rbs', line 2179 def id @id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2181 2182 2183 |
# File 'sig/types.rbs', line 2181 def role_arn @role_arn end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
2180 2181 2182 |
# File 'sig/types.rbs', line 2180 def sequence_store_id @sequence_store_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def status @status end |