Class: Aws::NetworkSecurityManager::Types::AlbConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AlbConfiguration
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Filter criteria specific to Application Load Balancers.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_address_type ⇒ String
The IP address type of the Application Load Balancer.
-
#scheme ⇒ String
The scheme of the Application Load Balancer, either
internet-facingorinternal.
Instance Attribute Details
#ip_address_type ⇒ String
The IP address type of the Application Load Balancer.
357 358 359 360 361 362 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 357 class AlbConfiguration < Struct.new( :scheme, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#scheme ⇒ String
The scheme of the Application Load Balancer, either
internet-facing or internal.
357 358 359 360 361 362 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 357 class AlbConfiguration < Struct.new( :scheme, :ip_address_type) SENSITIVE = [] include Aws::Structure end |