Class: Aws::FMS::Types::ListProtocolsListsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


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_listsArray<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