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)


2165
2166
2167
2168
2169
2170
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2165

class ListProtocolsListsResponse < Struct.new(
  :protocols_lists,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#protocols_listsArray<Types::ProtocolsListDataSummary>

An array of ProtocolsListDataSummary objects.



2165
2166
2167
2168
2169
2170
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2165

class ListProtocolsListsResponse < Struct.new(
  :protocols_lists,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end