Class: Aws::IoTTwinMaker::Types::ListMetadataTransferJobsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_transfer_job_summariesArray<Types::MetadataTransferJobSummary>

The metadata transfer job summaries.



2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2548

class ListMetadataTransferJobsResponse < Struct.new(
  :metadata_transfer_job_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The string that specifies the next page of results.

Returns:

  • (String)


2548
2549
2550
2551
2552
2553
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 2548

class ListMetadataTransferJobsResponse < Struct.new(
  :metadata_transfer_job_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end