Class: Aws::FMS::Types::ProtocolsListData

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

Overview

An Firewall Manager protocols list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The time that the Firewall Manager protocols list was created.

Returns:

  • (Time)


3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3470

class ProtocolsListData < Struct.new(
  :list_id,
  :list_name,
  :list_update_token,
  :create_time,
  :last_update_time,
  :protocols_list,
  :previous_protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The time that the Firewall Manager protocols list was last updated.

Returns:

  • (Time)


3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3470

class ProtocolsListData < Struct.new(
  :list_id,
  :list_name,
  :list_update_token,
  :create_time,
  :last_update_time,
  :protocols_list,
  :previous_protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_idString

The ID of the Firewall Manager protocols list.

Returns:

  • (String)


3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3470

class ProtocolsListData < Struct.new(
  :list_id,
  :list_name,
  :list_update_token,
  :create_time,
  :last_update_time,
  :protocols_list,
  :previous_protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_nameString

The name of the Firewall Manager protocols list.

Returns:

  • (String)


3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3470

class ProtocolsListData < Struct.new(
  :list_id,
  :list_name,
  :list_update_token,
  :create_time,
  :last_update_time,
  :protocols_list,
  :previous_protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#list_update_tokenString

A unique identifier for each update to the list. When you update the list, the update token must match the token of the current version of the application list. You can retrieve the update token by getting the list.

Returns:

  • (String)


3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3470

class ProtocolsListData < Struct.new(
  :list_id,
  :list_name,
  :list_update_token,
  :create_time,
  :last_update_time,
  :protocols_list,
  :previous_protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#previous_protocols_listHash<String,Array<String>>

A map of previous version numbers to their corresponding protocol arrays.

Returns:

  • (Hash<String,Array<String>>)


3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3470

class ProtocolsListData < Struct.new(
  :list_id,
  :list_name,
  :list_update_token,
  :create_time,
  :last_update_time,
  :protocols_list,
  :previous_protocols_list)
  SENSITIVE = []
  include Aws::Structure
end

#protocols_listArray<String>

An array of protocols in the Firewall Manager protocols list.

Returns:

  • (Array<String>)


3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3470

class ProtocolsListData < Struct.new(
  :list_id,
  :list_name,
  :list_update_token,
  :create_time,
  :last_update_time,
  :protocols_list,
  :previous_protocols_list)
  SENSITIVE = []
  include Aws::Structure
end