Class: Aws::Types::IpAddressResponse
- Inherits:
-
Object
- Object
- Aws::Types::IpAddressResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#ip ⇒ ::String
Returns the value of attribute ip.
-
#ip_id ⇒ ::String
Returns the value of attribute ip_id.
-
#ipv_6 ⇒ ::String
Returns the value of attribute ipv_6.
-
#modification_time ⇒ ::String
Returns the value of attribute modification_time.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
734 735 736 |
# File 'sig/types.rbs', line 734 def creation_time @creation_time end |
#ip ⇒ ::String
Returns the value of attribute ip.
730 731 732 |
# File 'sig/types.rbs', line 730 def ip @ip end |
#ip_id ⇒ ::String
Returns the value of attribute ip_id.
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.
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.
735 736 737 |
# File 'sig/types.rbs', line 735 def modification_time @modification_time end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
732 733 734 |
# File 'sig/types.rbs', line 732 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
733 734 735 |
# File 'sig/types.rbs', line 733 def @status_message end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
729 730 731 |
# File 'sig/types.rbs', line 729 def subnet_id @subnet_id end |