Class: Aws::Types::PrivateDnsNameOptionsOnLaunch
- Inherits:
-
Object
- Object
- Aws::Types::PrivateDnsNameOptionsOnLaunch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_resource_name_dns_a_record ⇒ Boolean
Returns the value of attribute enable_resource_name_dns_a_record.
-
#enable_resource_name_dns_aaaa_record ⇒ Boolean
Returns the value of attribute enable_resource_name_dns_aaaa_record.
-
#hostname_type ⇒ "ip-name", "resource-name"
Returns the value of attribute hostname_type.
Instance Attribute Details
#enable_resource_name_dns_a_record ⇒ Boolean
Returns the value of attribute enable_resource_name_dns_a_record.
15277 15278 15279 |
# File 'sig/types.rbs', line 15277 def enable_resource_name_dns_a_record @enable_resource_name_dns_a_record end |
#enable_resource_name_dns_aaaa_record ⇒ Boolean
Returns the value of attribute enable_resource_name_dns_aaaa_record.
15278 15279 15280 |
# File 'sig/types.rbs', line 15278 def enable_resource_name_dns_aaaa_record @enable_resource_name_dns_aaaa_record end |
#hostname_type ⇒ "ip-name", "resource-name"
Returns the value of attribute hostname_type.
15276 15277 15278 |
# File 'sig/types.rbs', line 15276 def hostname_type @hostname_type end |