Class: Aws::Types::EdgeOverride
- Inherits:
-
Object
- Object
- Aws::Types::EdgeOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#edge_sets ⇒ ::Array[::Array[::String]]
Returns the value of attribute edge_sets.
-
#use_edge ⇒ ::String
Returns the value of attribute use_edge.
Instance Attribute Details
#edge_sets ⇒ ::Array[::Array[::String]]
Returns the value of attribute edge_sets.
834 835 836 |
# File 'sig/types.rbs', line 834 def edge_sets @edge_sets end |
#use_edge ⇒ ::String
Returns the value of attribute use_edge.
835 836 837 |
# File 'sig/types.rbs', line 835 def use_edge @use_edge end |