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

Class: Aws::FMS::Types::App

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

Overview

Note:

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

{
  app_name: "ResourceName", # required
  protocol: "Protocol", # required
  port: 1, # required
}

An individual AWS Firewall Manager application.

Instance Attribute Summary collapse

Instance Attribute Details

#app_nameString

The application\'s name.

Returns:

  • (String)

    The application\'s name.

#portInteger

The application\'s port number, for example 80.

Returns:

  • (Integer)

    The application\'s port number, for example 80.

#protocolString

The IP protocol name or number. The name can be one of tcp, udp, or icmp. For information on possible numbers, see Protocol Numbers.

Returns:

  • (String)

    The IP protocol name or number.