Class: Aws::Types::CreateMetadataTransferJobResponse

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)


227
228
229
# File 'sig/types.rbs', line 227

def arn
  @arn
end

#creation_date_time::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


228
229
230
# File 'sig/types.rbs', line 228

def creation_date_time
  @creation_date_time
end

#metadata_transfer_job_id::String

Returns the value of attribute metadata_transfer_job_id.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def 
  @metadata_transfer_job_id
end

#statusTypes::MetadataTransferJobStatus

Returns the value of attribute status.



229
230
231
# File 'sig/types.rbs', line 229

def status
  @status
end