Class: Aws::Types::InstanceNetworking
- Inherits:
-
Object
- Object
- Aws::Types::InstanceNetworking
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#monthly_transfer ⇒ Types::MonthlyTransfer
Returns the value of attribute monthly_transfer.
-
#ports ⇒ ::Array[Types::InstancePortInfo]
Returns the value of attribute ports.
Instance Attribute Details
#monthly_transfer ⇒ Types::MonthlyTransfer
Returns the value of attribute monthly_transfer.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def monthly_transfer @monthly_transfer end |
#ports ⇒ ::Array[Types::InstancePortInfo]
Returns the value of attribute ports.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def ports @ports end |