Class: Aws::IoTWireless::Types::ListEventConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListEventConfigurationsRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass ListEventConfigurationsRequest data as a hash:
{
resource_type: "SidewalkAccount", # required, accepts SidewalkAccount, WirelessDevice, WirelessGateway
max_results: 1,
next_token: "NextToken",
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in this operation.
-
#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. -
#resource_type ⇒ String
Resource type to filter event configurations.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in this operation.
2960 2961 2962 2963 2964 2965 2966 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2960 class ListEventConfigurationsRequest < Struct.new( :resource_type, :max_results, :next_token) 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.
2960 2961 2962 2963 2964 2965 2966 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2960 class ListEventConfigurationsRequest < Struct.new( :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Resource type to filter event configurations.
2960 2961 2962 2963 2964 2965 2966 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2960 class ListEventConfigurationsRequest < Struct.new( :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |