Module: Aws::IoTTwinMaker::Client::_GetMetadataTransferJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMetadataTransferJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_date_time ⇒ ::Time
- #description ⇒ ::String
- #destination ⇒ Types::DestinationConfiguration
- #metadata_transfer_job_id ⇒ ::String
- #metadata_transfer_job_role ⇒ ::String
- #progress ⇒ Types::MetadataTransferJobProgress
- #report_url ⇒ ::String
- #sources ⇒ ::Array[Types::SourceConfiguration]
- #status ⇒ Types::MetadataTransferJobStatus
- #update_date_time ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
418 |
# File 'sig/client.rbs', line 418
def arn: () -> ::String
|
#creation_date_time ⇒ ::Time
424 |
# File 'sig/client.rbs', line 424
def creation_date_time: () -> ::Time
|
#description ⇒ ::String
419 |
# File 'sig/client.rbs', line 419
def description: () -> ::String
|
#destination ⇒ Types::DestinationConfiguration
421 |
# File 'sig/client.rbs', line 421
def destination: () -> Types::DestinationConfiguration
|
#metadata_transfer_job_id ⇒ ::String
417 |
# File 'sig/client.rbs', line 417
def metadata_transfer_job_id: () -> ::String
|
#metadata_transfer_job_role ⇒ ::String
422 |
# File 'sig/client.rbs', line 422
def metadata_transfer_job_role: () -> ::String
|
#progress ⇒ Types::MetadataTransferJobProgress
427 |
# File 'sig/client.rbs', line 427
def progress: () -> Types::MetadataTransferJobProgress
|
#report_url ⇒ ::String
423 |
# File 'sig/client.rbs', line 423
def report_url: () -> ::String
|
#sources ⇒ ::Array[Types::SourceConfiguration]
420 |
# File 'sig/client.rbs', line 420
def sources: () -> ::Array[Types::SourceConfiguration]
|
#status ⇒ Types::MetadataTransferJobStatus
426 |
# File 'sig/client.rbs', line 426
def status: () -> Types::MetadataTransferJobStatus
|
#update_date_time ⇒ ::Time
425 |
# File 'sig/client.rbs', line 425
def update_date_time: () -> ::Time
|