Class: Aws::Types::MetadataTransferJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::MetadataTransferJobSummary
- 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.
-
#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.
899 900 901 |
# File 'sig/types.rbs', line 899 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
900 901 902 |
# File 'sig/types.rbs', line 900 def creation_date_time @creation_date_time end |
#metadata_transfer_job_id ⇒ ::String
Returns the value of attribute metadata_transfer_job_id.
898 899 900 |
# File 'sig/types.rbs', line 898 def end |
#progress ⇒ Types::MetadataTransferJobProgress
Returns the value of attribute progress.
903 904 905 |
# File 'sig/types.rbs', line 903 def progress @progress end |
#status ⇒ Types::MetadataTransferJobStatus
Returns the value of attribute status.
902 903 904 |
# File 'sig/types.rbs', line 902 def status @status end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
901 902 903 |
# File 'sig/types.rbs', line 901 def update_date_time @update_date_time end |