Class: Aws::ElasticLoadBalancing::Types::CreateAccessPointOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Contains the output for CreateLoadBalancer.

Instance Attribute Summary collapse

Instance Attribute Details

#dns_nameString

The DNS name of the load balancer.

Returns:

  • (String)


488
489
490
491
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 488

class CreateAccessPointOutput < Struct.new(
  :dns_name)
  include Aws::Structure
end