Class: Aws::FMS::Types::GetProtocolsListRequest

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

#default_listBoolean

Specifies whether the list to retrieve is a default list owned by Firewall Manager.

Returns:

  • (Boolean)


1698
1699
1700
1701
1702
1703
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1698

class GetProtocolsListRequest < Struct.new(
  :list_id,
  :default_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_idString

The ID of the Firewall Manager protocols list that you want the details for.

Returns:

  • (String)


1698
1699
1700
1701
1702
1703
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1698

class GetProtocolsListRequest < Struct.new(
  :list_id,
  :default_list)
  SENSITIVE = []
  include Aws::Structure
end