Class: Aws::Types::ModifyPublicIpDnsNameOptionsRequest

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)


13808
13809
13810
# File 'sig/types.rbs', line 13808

def dry_run
  @dry_run
end

#hostname_type"public-dual-stack-dns-name", ...

Returns the value of attribute hostname_type.

Returns:

  • ("public-dual-stack-dns-name", "public-ipv4-dns-name", "public-ipv6-dns-name")


13807
13808
13809
# File 'sig/types.rbs', line 13807

def hostname_type
  @hostname_type
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


13806
13807
13808
# File 'sig/types.rbs', line 13806

def network_interface_id
  @network_interface_id
end