Class: Aws::EC2::Types::InstanceConnectEndpointDnsNames

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

Overview

The DNS names of the endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_nameString

The DNS name of the EC2 Instance Connect Endpoint.

Returns:

  • (String)


45206
45207
45208
45209
45210
45211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45206

class InstanceConnectEndpointDnsNames < Struct.new(
  :dns_name,
  :fips_dns_name)
  SENSITIVE = []
  include Aws::Structure
end

#fips_dns_nameString

The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint.

Returns:

  • (String)


45206
45207
45208
45209
45210
45211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45206

class InstanceConnectEndpointDnsNames < Struct.new(
  :dns_name,
  :fips_dns_name)
  SENSITIVE = []
  include Aws::Structure
end