Class: Aws::Types::AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_resource_name_dns_a_recordBoolean

Returns the value of attribute enable_resource_name_dns_a_record.

Returns:

  • (Boolean)


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_recordBoolean

Returns the value of attribute enable_resource_name_dns_aaaa_record.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1720
1721
1722
# File 'sig/types.rbs', line 1720

def hostname_type
  @hostname_type
end