Class: Aws::Types::IpAddressUpdate

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)


742
743
744
# File 'sig/types.rbs', line 742

def ip
  @ip
end

#ip_id::String

Returns the value of attribute ip_id.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def ip_id
  @ip_id
end

#ipv_6::String

Returns the value of attribute ipv_6.

Returns:

  • (::String)


743
744
745
# File 'sig/types.rbs', line 743

def ipv_6
  @ipv_6
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def subnet_id
  @subnet_id
end