Class: Aws::Types::StartReferenceImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartReferenceImportJobResponse
- 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.
-
#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
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def id @id end |
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def reference_store_id @reference_store_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def role_arn @role_arn end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def status @status end |