Class: Aws::IoTFleetWise::Types::ListCampaignsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#campaign_summariesArray<Types::CampaignSummary>

A summary of information about each campaign.

Returns:



2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2298

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

#next_tokenString

The token to retrieve the next set of results, or null if there are no more results.

Returns:

  • (String)


2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2298

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