Class: Aws::Types::GetReferenceImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetReferenceImportJobResponse
- 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.
-
#sources ⇒ ::Array[Types::ImportReferenceSourceItem]
Returns the value of attribute sources.
-
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
949 950 951 |
# File 'sig/types.rbs', line 949 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
948 949 950 |
# File 'sig/types.rbs', line 948 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
943 944 945 |
# File 'sig/types.rbs', line 943 def id @id end |
#reference_store_id ⇒ ::String
Returns the value of attribute reference_store_id.
944 945 946 |
# File 'sig/types.rbs', line 944 def reference_store_id @reference_store_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
945 946 947 |
# File 'sig/types.rbs', line 945 def role_arn @role_arn end |
#sources ⇒ ::Array[Types::ImportReferenceSourceItem]
Returns the value of attribute sources.
950 951 952 |
# File 'sig/types.rbs', line 950 def sources @sources end |
#status ⇒ "SUBMITTED", ...
Returns the value of attribute status.
946 947 948 |
# File 'sig/types.rbs', line 946 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
947 948 949 |
# File 'sig/types.rbs', line 947 def end |