Class: Aws::EC2::Types::InstanceConnectEndpointDnsNames
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceConnectEndpointDnsNames
- 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
-
#dns_name ⇒ String
The DNS name of the EC2 Instance Connect Endpoint.
-
#fips_dns_name ⇒ String
The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint.
Instance Attribute Details
#dns_name ⇒ String
The DNS name of the EC2 Instance Connect Endpoint.
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_name ⇒ String
The Federal Information Processing Standards (FIPS) compliant DNS name of the EC2 Instance Connect Endpoint.
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 |