Class: Aws::Types::GetMetadataTransferJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def description
  @description
end

#destinationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def 
  @metadata_transfer_job_role
end

#progressTypes::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.

Returns:

  • (::String)


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.

Returns:



511
512
513
# File 'sig/types.rbs', line 511

def sources
  @sources
end

#statusTypes::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.

Returns:

  • (::Time)


516
517
518
# File 'sig/types.rbs', line 516

def update_date_time
  @update_date_time
end