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
nextTokenvalue 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.
3490 3491 3492 3493 3494 3495 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3490 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.
3490 3491 3492 3493 3494 3495 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3490 class ListEventConfigurationsResponse < Struct.new( :next_token, :event_configurations_list) SENSITIVE = [] include Aws::Structure end |