Class: Aws::Types::ClusterNetworkSettings
- Inherits:
-
Object
- Object
- Aws::Types::ClusterNetworkSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_route ⇒ ::String
Returns the value of attribute default_route.
-
#interface_mappings ⇒ ::Array[Types::InterfaceMapping]
Returns the value of attribute interface_mappings.
Instance Attribute Details
#default_route ⇒ ::String
Returns the value of attribute default_route.
4846 4847 4848 |
# File 'sig/types.rbs', line 4846 def default_route @default_route end |
#interface_mappings ⇒ ::Array[Types::InterfaceMapping]
Returns the value of attribute interface_mappings.
4847 4848 4849 |
# File 'sig/types.rbs', line 4847 def interface_mappings @interface_mappings end |