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.
6420 6421 6422 |
# File 'sig/types.rbs', line 6420 def group_filters_list @group_filters_list end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6419 6420 6421 |
# File 'sig/types.rbs', line 6419 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6418 6419 6420 |
# File 'sig/types.rbs', line 6418 def name @name end |