Class: Aws::Types::CreateMetadataTransferJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def description
  @description
end

#destinationTypes::DestinationConfiguration

Returns the value of attribute destination.



221
222
223
# File 'sig/types.rbs', line 221

def destination
  @destination
end

#metadata_transfer_job_id::String

Returns the value of attribute metadata_transfer_job_id.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def 
  @metadata_transfer_job_id
end

#sources::Array[Types::SourceConfiguration]

Returns the value of attribute sources.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def sources
  @sources
end