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
- Struct
- Aws::FMS::Types::App
- 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
-
#app_name ⇒ String
The application\'s name.
-
#port ⇒ Integer
The application\'s port number, for example
80
. -
#protocol ⇒ String
The IP protocol name or number.
Instance Attribute Details
#app_name ⇒ String
The application\'s name.
#port ⇒ Integer
The application\'s port number, for example 80
.
#protocol ⇒ String
The IP protocol name or number. The name can be one of tcp
, udp
, or
icmp
. For information on possible numbers, see Protocol Numbers.