Class: Aws::Types::DescribeWorkspacesPoolSessionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


794
795
796
# File 'sig/types.rbs', line 794

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


795
796
797
# File 'sig/types.rbs', line 795

def next_token
  @next_token
end

#pool_id::String

Returns the value of attribute pool_id.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def pool_id
  @pool_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


793
794
795
# File 'sig/types.rbs', line 793

def user_id
  @user_id
end