Class: Aws::FMS::Types::ProtocolsListDataSummary

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

Overview

Details of the Firewall Manager protocols list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#list_arnString

The Amazon Resource Name (ARN) of the specified protocols list.

Returns:

  • (String)


3502
3503
3504
3505
3506
3507
3508
3509
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3502

class ProtocolsListDataSummary < Struct.new(
  :list_arn,
  :list_id,
  :list_name,
  :protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_idString

The ID of the specified protocols list.

Returns:

  • (String)


3502
3503
3504
3505
3506
3507
3508
3509
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3502

class ProtocolsListDataSummary < Struct.new(
  :list_arn,
  :list_id,
  :list_name,
  :protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_nameString

The name of the specified protocols list.

Returns:

  • (String)


3502
3503
3504
3505
3506
3507
3508
3509
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3502

class ProtocolsListDataSummary < Struct.new(
  :list_arn,
  :list_id,
  :list_name,
  :protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#protocols_listArray<String>

An array of protocols in the Firewall Manager protocols list.

Returns:

  • (Array<String>)


3502
3503
3504
3505
3506
3507
3508
3509
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3502

class ProtocolsListDataSummary < Struct.new(
  :list_arn,
  :list_id,
  :list_name,
  :protocols_list)
  SENSITIVE = []
  include Aws::Structure
end