Class: Aws::Types::CancelMetadataTransferJobResponse

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)


52
53
54
# File 'sig/types.rbs', line 52

def arn
  @arn
end

#metadata_transfer_job_id::String

Returns the value of attribute metadata_transfer_job_id.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def 
  @metadata_transfer_job_id
end

#progressTypes::MetadataTransferJobProgress

Returns the value of attribute progress.



55
56
57
# File 'sig/types.rbs', line 55

def progress
  @progress
end

#statusTypes::MetadataTransferJobStatus

Returns the value of attribute status.



54
55
56
# File 'sig/types.rbs', line 54

def status
  @status
end

#update_date_time::Time

Returns the value of attribute update_date_time.

Returns:

  • (::Time)


53
54
55
# File 'sig/types.rbs', line 53

def update_date_time
  @update_date_time
end