Class: Aws::EC2::Types::InstanceConnectEndpointDnsNames
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceConnectEndpointDnsNames
- Includes:
- Structure
- Defined in:
- 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.
49503 49504 49505 49506 49507 49508 |
# File 'lib/aws-sdk-ec2/types.rb', line 49503 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.
49503 49504 49505 49506 49507 49508 |
# File 'lib/aws-sdk-ec2/types.rb', line 49503 class InstanceConnectEndpointDnsNames < Struct.new( :dns_name, :fips_dns_name) SENSITIVE = [] include Aws::Structure end |