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)


45891
45892
45893
45894
45895
45896
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45891

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)


45891
45892
45893
45894
45895
45896
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45891

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