Class: Aws::Types::DescribeWorkspacesPoolSessionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspacesPoolSessionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pool_id ⇒ ::String
Returns the value of attribute pool_id.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
794 795 796 |
# File 'sig/types.rbs', line 794 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
793 794 795 |
# File 'sig/types.rbs', line 793 def user_id @user_id end |