Class: Aws::ElasticLoadBalancing::Types::CreateAccessPointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancing::Types::CreateAccessPointOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancing/types.rb
Overview
Contains the output for CreateLoadBalancer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dns_name ⇒ String
The DNS name of the load balancer.
Instance Attribute Details
#dns_name ⇒ String
The DNS name of the load balancer.
420 421 422 423 424 |
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 420 class CreateAccessPointOutput < Struct.new( :dns_name) SENSITIVE = [] include Aws::Structure end |