Class: Aws::Types::PublicIpDnsNameOptions
- Inherits:
-
Object
- Object
- Aws::Types::PublicIpDnsNameOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_hostname_type ⇒ ::String
Returns the value of attribute dns_hostname_type.
-
#public_dual_stack_dns_name ⇒ ::String
Returns the value of attribute public_dual_stack_dns_name.
-
#public_ipv_4_dns_name ⇒ ::String
Returns the value of attribute public_ipv_4_dns_name.
-
#public_ipv_6_dns_name ⇒ ::String
Returns the value of attribute public_ipv_6_dns_name.
Instance Attribute Details
#dns_hostname_type ⇒ ::String
Returns the value of attribute dns_hostname_type.
15400 15401 15402 |
# File 'sig/types.rbs', line 15400 def dns_hostname_type @dns_hostname_type end |
#public_dual_stack_dns_name ⇒ ::String
Returns the value of attribute public_dual_stack_dns_name.
15403 15404 15405 |
# File 'sig/types.rbs', line 15403 def public_dual_stack_dns_name @public_dual_stack_dns_name end |
#public_ipv_4_dns_name ⇒ ::String
Returns the value of attribute public_ipv_4_dns_name.
15401 15402 15403 |
# File 'sig/types.rbs', line 15401 def public_ipv_4_dns_name @public_ipv_4_dns_name end |
#public_ipv_6_dns_name ⇒ ::String
Returns the value of attribute public_ipv_6_dns_name.
15402 15403 15404 |
# File 'sig/types.rbs', line 15402 def public_ipv_6_dns_name @public_ipv_6_dns_name end |