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.
6410 6411 6412 |
# File 'sig/types.rbs', line 6410 def group_filters_list @group_filters_list end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6409 6410 6411 |
# File 'sig/types.rbs', line 6409 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6408 6409 6410 |
# File 'sig/types.rbs', line 6408 def name @name end |