Class: Aws::IoTWireless::Types::ListEventConfigurationsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_configurations_listArray<Types::EventConfigurationItem>

Event configurations of all events for a single resource.

Returns:



3372
3373
3374
3375
3376
3377
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3372

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

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


3372
3373
3374
3375
3376
3377
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3372

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