Class: Aws::Types::CancelMetadataTransferJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CancelMetadataTransferJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#metadata_transfer_job_id ⇒ ::String
Returns the value of attribute metadata_transfer_job_id.
-
#progress ⇒ Types::MetadataTransferJobProgress
Returns the value of attribute progress.
-
#status ⇒ Types::MetadataTransferJobStatus
Returns the value of attribute status.
-
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
52 53 54 |
# File 'sig/types.rbs', line 52 def arn @arn end |
#metadata_transfer_job_id ⇒ ::String
Returns the value of attribute metadata_transfer_job_id.
51 52 53 |
# File 'sig/types.rbs', line 51 def @metadata_transfer_job_id end |
#progress ⇒ Types::MetadataTransferJobProgress
Returns the value of attribute progress.
55 56 57 |
# File 'sig/types.rbs', line 55 def progress @progress end |
#status ⇒ Types::MetadataTransferJobStatus
Returns the value of attribute status.
54 55 56 |
# File 'sig/types.rbs', line 54 def status @status end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
53 54 55 |
# File 'sig/types.rbs', line 53 def update_date_time @update_date_time end |