Class: Aws::Types::DescribeWorkspacesPoolsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def next_token
  @next_token
end

#workspaces_pools::Array[Types::WorkspacesPool]

Returns the value of attribute workspaces_pools.

Returns:



821
822
823
# File 'sig/types.rbs', line 821

def workspaces_pools
  @workspaces_pools
end