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)


49472
49473
49474
49475
49476
49477
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49472

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)


49472
49473
49474
49475
49476
49477
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 49472

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