Class: Aws::Types::IpAddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ip::String

Returns the value of attribute ip.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def ip
  @ip
end

#ipv_6::String

Returns the value of attribute ipv_6.

Returns:

  • (::String)


723
724
725
# File 'sig/types.rbs', line 723

def ipv_6
  @ipv_6
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def subnet_id
  @subnet_id
end