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.
8225 8226 8227 |
# File 'sig/types.rbs', line 8225 def availability_zone @availability_zone end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
8226 8227 8228 |
# File 'sig/types.rbs', line 8226 def @error_message end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
8228 8229 8230 |
# File 'sig/types.rbs', line 8228 def network_interface_id @network_interface_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
8227 8228 8229 |
# File 'sig/types.rbs', line 8227 def status @status end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
8224 8225 8226 |
# File 'sig/types.rbs', line 8224 def subnet_id @subnet_id end |