Class: Aws::NetworkSecurityManager::Types::AlbConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ip_address_typeString

The IP address type of the Application Load Balancer.

Returns:

  • (String)


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

#schemeString

The scheme of the Application Load Balancer, either internet-facing or internal.

Returns:

  • (String)


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