Class: Aws::Types::ListInternetEventsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListInternetEventsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#internet_events ⇒ ::Array[Types::InternetEventSummary]
Returns the value of attribute internet_events.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#internet_events ⇒ ::Array[Types::InternetEventSummary]
Returns the value of attribute internet_events.
272 273 274 |
# File 'sig/types.rbs', line 272 def internet_events @internet_events end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
273 274 275 |
# File 'sig/types.rbs', line 273 def next_token @next_token end |