Class: Aws::Types::ModifyPrivateDnsNameOptionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


14434
14435
14436
# File 'sig/types.rbs', line 14434

def dry_run
  @dry_run
end

#enable_resource_name_dns_a_recordBoolean

Returns the value of attribute enable_resource_name_dns_a_record.

Returns:

  • (Boolean)


14437
14438
14439
# File 'sig/types.rbs', line 14437

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)


14438
14439
14440
# File 'sig/types.rbs', line 14438

def enable_resource_name_dns_aaaa_record
  @enable_resource_name_dns_aaaa_record
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


14435
14436
14437
# File 'sig/types.rbs', line 14435

def instance_id
  @instance_id
end

#private_dns_hostname_type"ip-name", "resource-name"

Returns the value of attribute private_dns_hostname_type.

Returns:

  • ("ip-name", "resource-name")


14436
14437
14438
# File 'sig/types.rbs', line 14436

def private_dns_hostname_type
  @private_dns_hostname_type
end