Class: Aws::NetworkFlowMonitor::Types::ListScopesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFlowMonitor::Types::ListScopesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkflowmonitor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results.
-
#scopes ⇒ Array<Types::ScopeSummary>
The scopes returned by the call.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
830 831 832 833 834 835 |
# File 'lib/aws-sdk-networkflowmonitor/types.rb', line 830 class ListScopesOutput < Struct.new( :scopes, :next_token) SENSITIVE = [] include Aws::Structure end |
#scopes ⇒ Array<Types::ScopeSummary>
The scopes returned by the call.
830 831 832 833 834 835 |
# File 'lib/aws-sdk-networkflowmonitor/types.rb', line 830 class ListScopesOutput < Struct.new( :scopes, :next_token) SENSITIVE = [] include Aws::Structure end |