Class: Aws::VPCLattice::Types::DnsResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DnsResource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
The DNS name of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain name of the resource.
-
#ip_address_type ⇒ String
The type of IP address.
Instance Attribute Details
#domain_name ⇒ String
The domain name of the resource.
1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1630 class DnsResource < Struct.new( :domain_name, :ip_address_type) SENSITIVE = [] include Aws::Structure end |
#ip_address_type ⇒ String
The type of IP address.
1630 1631 1632 1633 1634 1635 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1630 class DnsResource < Struct.new( :domain_name, :ip_address_type) SENSITIVE = [] include Aws::Structure end |