Class: Aws::EC2::Types::PrivateDnsDetails

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

Overview

Information about the Private DNS name for interface endpoints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#private_dns_nameString

The private DNS name assigned to the VPC endpoint service.

Returns:

  • (String)


53122
53123
53124
53125
53126
# File 'lib/aws-sdk-ec2/types.rb', line 53122

class PrivateDnsDetails < Struct.new(
  :private_dns_name)
  SENSITIVE = []
  include Aws::Structure
end