Class: Aws::Types::AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails
- 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 ⇒ ::String
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.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 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.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def enable_resource_name_dns_aaaa_record @enable_resource_name_dns_aaaa_record end |
#hostname_type ⇒ ::String
Returns the value of attribute hostname_type.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def hostname_type @hostname_type end |