Class: Aws::Types::CreateMetadataTransferJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateMetadataTransferJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#metadata_transfer_job_id ⇒ ::String
Returns the value of attribute metadata_transfer_job_id.
-
#status ⇒ Types::MetadataTransferJobStatus
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
227 228 229 |
# File 'sig/types.rbs', line 227 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
228 229 230 |
# File 'sig/types.rbs', line 228 def creation_date_time @creation_date_time end |
#metadata_transfer_job_id ⇒ ::String
Returns the value of attribute metadata_transfer_job_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def @metadata_transfer_job_id end |
#status ⇒ Types::MetadataTransferJobStatus
Returns the value of attribute status.
229 230 231 |
# File 'sig/types.rbs', line 229 def status @status end |