Class: Aws::Types::InputDestinationVpc
- Inherits:
-
Object
- Object
- Aws::Types::InputDestinationVpc
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def availability_zone @availability_zone end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def network_interface_id @network_interface_id end |