Class: Aws::Types::DescribeTrailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTrailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_shadow_trails ⇒ Boolean
Returns the value of attribute include_shadow_trails.
-
#trail_name_list ⇒ ::Array[::String]
Returns the value of attribute trail_name_list.
Instance Attribute Details
#include_shadow_trails ⇒ Boolean
Returns the value of attribute include_shadow_trails.
310 311 312 |
# File 'sig/types.rbs', line 310 def include_shadow_trails @include_shadow_trails end |
#trail_name_list ⇒ ::Array[::String]
Returns the value of attribute trail_name_list.
309 310 311 |
# File 'sig/types.rbs', line 309 def trail_name_list @trail_name_list end |