Class: Aws::Types::ListSpansResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSpansResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#spans ⇒ ::Array[Types::Span]
Returns the value of attribute spans.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def next_token @next_token end |
#spans ⇒ ::Array[Types::Span]
Returns the value of attribute spans.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def spans @spans end |