Class: Aws::Types::CreateMetadataTransferJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMetadataTransferJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination ⇒ Types::DestinationConfiguration
Returns the value of attribute destination.
-
#metadata_transfer_job_id ⇒ ::String
Returns the value of attribute metadata_transfer_job_id.
-
#sources ⇒ ::Array[Types::SourceConfiguration]
Returns the value of attribute sources.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
219 220 221 |
# File 'sig/types.rbs', line 219 def description @description end |
#destination ⇒ Types::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.
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.
220 221 222 |
# File 'sig/types.rbs', line 220 def sources @sources end |