Class: Aws::Types::MetadataTransferJobSummary

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)


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.

Returns:

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

Returns:

  • (::String)


898
899
900
# File 'sig/types.rbs', line 898

def 
  
end

#progressTypes::MetadataTransferJobProgress

Returns the value of attribute progress.



903
904
905
# File 'sig/types.rbs', line 903

def progress
  @progress
end

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

Returns:

  • (::Time)


901
902
903
# File 'sig/types.rbs', line 901

def update_date_time
  @update_date_time
end