Class: Aws::Types::Route
- Inherits:
-
Object
- Object
- Aws::Types::Route
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#group_filters_list ⇒ ::Array[Types::GroupFilters]
Returns the value of attribute group_filters_list.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#group_filters_list ⇒ ::Array[Types::GroupFilters]
Returns the value of attribute group_filters_list.
6447 6448 6449 |
# File 'sig/types.rbs', line 6447 def group_filters_list @group_filters_list end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6446 6447 6448 |
# File 'sig/types.rbs', line 6446 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6445 6446 6447 |
# File 'sig/types.rbs', line 6445 def name @name end |