Class: Aws::Types::DescribeWorkspacesConnectionStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspacesConnectionStatusRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workspace_ids ⇒ ::Array[::String]
Returns the value of attribute workspace_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
781 782 783 |
# File 'sig/types.rbs', line 781 def next_token @next_token end |
#workspace_ids ⇒ ::Array[::String]
Returns the value of attribute workspace_ids.
780 781 782 |
# File 'sig/types.rbs', line 780 def workspace_ids @workspace_ids end |