Class: Aws::Types::Via
- Inherits:
-
Object
- Object
- Aws::Types::Via
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_function_groups ⇒ ::Array[Types::NetworkFunctionGroup]
Returns the value of attribute network_function_groups.
-
#with_edge_overrides ⇒ ::Array[Types::EdgeOverride]
Returns the value of attribute with_edge_overrides.
Instance Attribute Details
#network_function_groups ⇒ ::Array[Types::NetworkFunctionGroup]
Returns the value of attribute network_function_groups.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def network_function_groups @network_function_groups end |
#with_edge_overrides ⇒ ::Array[Types::EdgeOverride]
Returns the value of attribute with_edge_overrides.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def with_edge_overrides @with_edge_overrides end |