Class: Aws::MPA::Types::ListSessionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If present, indicates that more output is available than is included in the current response. Use this value in the NextToken request parameter in a next call to the operation to get more output. You can repeat this until the NextToken response element returns null.

Returns:

  • (String)


1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1484

class ListSessionsResponse < Struct.new(
  :next_token,
  :sessions)
  SENSITIVE = []
  include Aws::Structure
end

#sessionsArray<Types::ListSessionsResponseSession>

An array of ListSessionsResponseSession objects. Contains details for the sessions.



1484
1485
1486
1487
1488
1489
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1484

class ListSessionsResponse < Struct.new(
  :next_token,
  :sessions)
  SENSITIVE = []
  include Aws::Structure
end