Class: Aws::Types::ListTrailsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrailsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#trails ⇒ ::Array[Types::TrailInfo]
Returns the value of attribute trails.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
922 923 924 |
# File 'sig/types.rbs', line 922 def next_token @next_token end |
#trails ⇒ ::Array[Types::TrailInfo]
Returns the value of attribute trails.
921 922 923 |
# File 'sig/types.rbs', line 921 def trails @trails end |