Class: Aws::Types::IpAddressResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def creation_time
  @creation_time
end

#ip::String

Returns the value of attribute ip.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def ip
  @ip
end

#ip_id::String

Returns the value of attribute ip_id.

Returns:

  • (::String)


728
729
730
# File 'sig/types.rbs', line 728

def ip_id
  @ip_id
end

#ipv_6::String

Returns the value of attribute ipv_6.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def ipv_6
  @ipv_6
end

#modification_time::String

Returns the value of attribute modification_time.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def modification_time
  @modification_time
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "FAILED_CREATION", "FAILED_CREATION_INSUFFICIENT_EC2_CAPACITY_IN_OUTPOST", "ATTACHING", "ATTACHED", "REMAP_DETACHING", "REMAP_ATTACHING", "DETACHING", "FAILED_RESOURCE_GONE", "DELETING", "DELETE_FAILED_FAS_EXPIRED", "UPDATING", "UPDATE_FAILED", "ISOLATED")


732
733
734
# File 'sig/types.rbs', line 732

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


733
734
735
# File 'sig/types.rbs', line 733

def status_message
  @status_message
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


729
730
731
# File 'sig/types.rbs', line 729

def subnet_id
  @subnet_id
end