Class: Aws::Types::ImportReadSetJobItem
- Inherits:
-
Object
- Object
- Aws::Types::ImportReadSetJobItem
- 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.
-
#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
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def id @id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def role_arn @role_arn end |
#sequence_store_id ⇒ ::String
Returns the value of attribute sequence_store_id.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def sequence_store_id @sequence_store_id end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def status @status end |