Class: Aws::Types::LaunchTemplatePrivateDnsNameOptions
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplatePrivateDnsNameOptions
- 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.
13053 13054 13055 |
# File 'sig/types.rbs', line 13053 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.
13054 13055 13056 |
# File 'sig/types.rbs', line 13054 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.
13052 13053 13054 |
# File 'sig/types.rbs', line 13052 def hostname_type @hostname_type end |