Class: Aws::IoTTwinMaker::Types::ListMetadataTransferJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ListMetadataTransferJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_type ⇒ String
The metadata transfer job’s destination type.
-
#filters ⇒ Array<Types::ListMetadataTransferJobsFilter>
An object that filters metadata transfer jobs.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
The string that specifies the next page of results.
-
#source_type ⇒ String
The metadata transfer job’s source type.
Instance Attribute Details
#destination_type ⇒ String
The metadata transfer job’s destination type.
2530 2531 2532 2533 2534 2535 2536 2537 2538 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2530 class ListMetadataTransferJobsRequest < Struct.new( :source_type, :destination_type, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::ListMetadataTransferJobsFilter>
An object that filters metadata transfer jobs.
2530 2531 2532 2533 2534 2535 2536 2537 2538 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2530 class ListMetadataTransferJobsRequest < Struct.new( :source_type, :destination_type, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return at one time.
2530 2531 2532 2533 2534 2535 2536 2537 2538 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2530 class ListMetadataTransferJobsRequest < Struct.new( :source_type, :destination_type, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The string that specifies the next page of results.
2530 2531 2532 2533 2534 2535 2536 2537 2538 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2530 class ListMetadataTransferJobsRequest < Struct.new( :source_type, :destination_type, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The metadata transfer job’s source type.
2530 2531 2532 2533 2534 2535 2536 2537 2538 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2530 class ListMetadataTransferJobsRequest < Struct.new( :source_type, :destination_type, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |