You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FMS::Types::PutProtocolsListRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PutProtocolsListRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  protocols_list: { # required
    list_id: "ListId",
    list_name: "ResourceName", # required
    list_update_token: "UpdateToken",
    create_time: Time.now,
    last_update_time: Time.now,
    protocols_list: ["Protocol"], # required
    previous_protocols_list: {
      "PreviousListVersion" => ["Protocol"],
    },
  },
  tag_list: [
    {
      key: "TagKey", # required
      value: "TagValue", # required
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#protocols_listTypes::ProtocolsListData

The details of the AWS Firewall Manager protocols list to be created.

Returns:

#tag_listArray<Types::Tag>

The tags associated with the resource.

Returns:

  • (Array<Types::Tag>)

    The tags associated with the resource.