Class: Aws::Types::UriPathRouteInput
- Inherits:
-
Object
- Object
- Aws::Types::UriPathRouteInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activation_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute activation_state.
-
#append_source_path ⇒ Boolean
Returns the value of attribute append_source_path.
-
#include_child_paths ⇒ Boolean
Returns the value of attribute include_child_paths.
-
#methods ⇒ ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
Returns the value of attribute methods.
-
#source_path ⇒ ::String
Returns the value of attribute source_path.
Instance Attribute Details
#activation_state ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute activation_state.
623 624 625 |
# File 'sig/types.rbs', line 623 def activation_state @activation_state end |
#append_source_path ⇒ Boolean
Returns the value of attribute append_source_path.
624 625 626 |
# File 'sig/types.rbs', line 624 def append_source_path @append_source_path end |
#include_child_paths ⇒ Boolean
Returns the value of attribute include_child_paths.
625 626 627 |
# File 'sig/types.rbs', line 625 def include_child_paths @include_child_paths end |
#methods ⇒ ::Array[("DELETE" | "GET" | "HEAD" | "OPTIONS" | "PATCH" | "POST" | "PUT")]
Returns the value of attribute methods.
626 627 628 |
# File 'sig/types.rbs', line 626 def methods @methods end |
#source_path ⇒ ::String
Returns the value of attribute source_path.
627 628 629 |
# File 'sig/types.rbs', line 627 def source_path @source_path end |