Class: Aws::Types::NetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
8576 8577 8578 |
# File 'sig/types.rbs', line 8576 def availability_zone @availability_zone end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
8577 8578 8579 |
# File 'sig/types.rbs', line 8577 def @error_message end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
8579 8580 8581 |
# File 'sig/types.rbs', line 8579 def network_interface_id @network_interface_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
8578 8579 8580 |
# File 'sig/types.rbs', line 8578 def status @status end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
8575 8576 8577 |
# File 'sig/types.rbs', line 8575 def subnet_id @subnet_id end |