Class: Aws::IoTWireless::Types::ListEventConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListEventConfigurationsResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_configurations_list ⇒ Array<Types::EventConfigurationItem>
Event configurations of all events for a single resource.
-
#next_token ⇒ String
To retrieve the next set of results, the
nextToken
value from a previous response; otherwise null to receive the first set of results.
Instance Attribute Details
#event_configurations_list ⇒ Array<Types::EventConfigurationItem>
Event configurations of all events for a single resource.
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_token ⇒ String
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
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 |