Class: Aws::IoTTwinMaker::Types::ListMetadataTransferJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_typeString

The metadata transfer job's destination type.

Returns:

  • (String)


2530
2531
2532
2533
2534
2535
2536
2537
2538
# File 'gems/aws-sdk-iottwinmaker/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

#filtersArray<Types::ListMetadataTransferJobsFilter>

An object that filters metadata transfer jobs.



2530
2531
2532
2533
2534
2535
2536
2537
2538
# File 'gems/aws-sdk-iottwinmaker/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_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


2530
2531
2532
2533
2534
2535
2536
2537
2538
# File 'gems/aws-sdk-iottwinmaker/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_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


2530
2531
2532
2533
2534
2535
2536
2537
2538
# File 'gems/aws-sdk-iottwinmaker/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_typeString

The metadata transfer job's source type.

Returns:

  • (String)


2530
2531
2532
2533
2534
2535
2536
2537
2538
# File 'gems/aws-sdk-iottwinmaker/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