Class: Aws::FMS::Types::ListProtocolsListsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ListProtocolsListsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If you specify a value for
MaxResultsin your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. -
#protocols_lists ⇒ Array<Types::ProtocolsListDataSummary>
An array of
ProtocolsListDataSummaryobjects.
Instance Attribute Details
#next_token ⇒ String
If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. You can use this token in subsequent requests to retrieve the next batch of objects.
2387 2388 2389 2390 2391 2392 |
# File 'lib/aws-sdk-fms/types.rb', line 2387 class ListProtocolsListsResponse < Struct.new( :protocols_lists, :next_token) SENSITIVE = [] include Aws::Structure end |
#protocols_lists ⇒ Array<Types::ProtocolsListDataSummary>
An array of ProtocolsListDataSummary objects.
2387 2388 2389 2390 2391 2392 |
# File 'lib/aws-sdk-fms/types.rb', line 2387 class ListProtocolsListsResponse < Struct.new( :protocols_lists, :next_token) SENSITIVE = [] include Aws::Structure end |