Class: Aws::Types::GetMetadataTransferJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMetadataTransferJobResponse
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination ⇒ Types::DestinationConfiguration
Returns the value of attribute destination.
-
#metadata_transfer_job_id ⇒ ::String
Returns the value of attribute metadata_transfer_job_id.
-
#metadata_transfer_job_role ⇒ ::String
Returns the value of attribute metadata_transfer_job_role.
-
#progress ⇒ Types::MetadataTransferJobProgress
Returns the value of attribute progress.
-
#report_url ⇒ ::String
Returns the value of attribute report_url.
-
#sources ⇒ ::Array[Types::SourceConfiguration]
Returns the value of attribute sources.
-
#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.
509 510 511 |
# File 'sig/types.rbs', line 509 def arn @arn end |
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
515 516 517 |
# File 'sig/types.rbs', line 515 def creation_date_time @creation_date_time end |
#description ⇒ ::String
Returns the value of attribute description.
510 511 512 |
# File 'sig/types.rbs', line 510 def description @description end |
#destination ⇒ Types::DestinationConfiguration
Returns the value of attribute destination.
512 513 514 |
# File 'sig/types.rbs', line 512 def destination @destination end |
#metadata_transfer_job_id ⇒ ::String
Returns the value of attribute metadata_transfer_job_id.
508 509 510 |
# File 'sig/types.rbs', line 508 def @metadata_transfer_job_id end |
#metadata_transfer_job_role ⇒ ::String
Returns the value of attribute metadata_transfer_job_role.
513 514 515 |
# File 'sig/types.rbs', line 513 def @metadata_transfer_job_role end |
#progress ⇒ Types::MetadataTransferJobProgress
Returns the value of attribute progress.
518 519 520 |
# File 'sig/types.rbs', line 518 def progress @progress end |
#report_url ⇒ ::String
Returns the value of attribute report_url.
514 515 516 |
# File 'sig/types.rbs', line 514 def report_url @report_url end |
#sources ⇒ ::Array[Types::SourceConfiguration]
Returns the value of attribute sources.
511 512 513 |
# File 'sig/types.rbs', line 511 def sources @sources end |
#status ⇒ Types::MetadataTransferJobStatus
Returns the value of attribute status.
517 518 519 |
# File 'sig/types.rbs', line 517 def status @status end |
#update_date_time ⇒ ::Time
Returns the value of attribute update_date_time.
516 517 518 |
# File 'sig/types.rbs', line 516 def update_date_time @update_date_time end |