Class: Aws::FMS::Types::ListProtocolsListsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ListProtocolsListsResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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. -
#protocols_lists ⇒ Array<Types::ProtocolsListDataSummary>
An array of
ProtocolsListDataSummary
objects.
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.
2385 2386 2387 2388 2389 2390 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2385 class ListProtocolsListsResponse < Struct.new( :protocols_lists, :next_token) SENSITIVE = [] include Aws::Structure end |
#protocols_lists ⇒ Array<Types::ProtocolsListDataSummary>
An array of ProtocolsListDataSummary
objects.
2385 2386 2387 2388 2389 2390 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2385 class ListProtocolsListsResponse < Struct.new( :protocols_lists, :next_token) SENSITIVE = [] include Aws::Structure end |