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.
6378 6379 6380 |
# File 'sig/types.rbs', line 6378 def group_filters_list @group_filters_list end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6377 6378 6379 |
# File 'sig/types.rbs', line 6377 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6376 6377 6378 |
# File 'sig/types.rbs', line 6376 def name @name end |