Class: Aws::Types::ImportReferenceJobItem
- Inherits:
-
Object
- Object
- Aws::Types::ImportReferenceJobItem
- 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.
-
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def id @id end |
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def reference_store_id @reference_store_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def role_arn @role_arn end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def status @status end |