Class: Aws::QConnect::Types::ListSpansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListSpansResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token for retrieving additional results.
-
#spans ⇒ Array<Types::Span>
Array of span objects for the session.
Instance Attribute Details
#next_token ⇒ String
Pagination token for retrieving additional results
7087 7088 7089 7090 7091 7092 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7087 class ListSpansResponse < Struct.new( :spans, :next_token) SENSITIVE = [] include Aws::Structure end |
#spans ⇒ Array<Types::Span>
Array of span objects for the session
7087 7088 7089 7090 7091 7092 |
# File 'lib/aws-sdk-qconnect/types.rb', line 7087 class ListSpansResponse < Struct.new( :spans, :next_token) SENSITIVE = [] include Aws::Structure end |