Class: Aws::InternetMonitor::Types::ListMonitorsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::InternetMonitor::Types::ListMonitorsOutput
- Defined in:
- gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#monitors ⇒ Array<Types::Monitor>
A list of monitors.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#monitors ⇒ Array<Types::Monitor>
A list of monitors.
1364 1365 1366 1367 1368 1369 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1364 class ListMonitorsOutput < Struct.new( :monitors, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
1364 1365 1366 1367 1368 1369 |
# File 'gems/aws-sdk-internetmonitor/lib/aws-sdk-internetmonitor/types.rb', line 1364 class ListMonitorsOutput < Struct.new( :monitors, :next_token) SENSITIVE = [] include Aws::Structure end |