Class: Aws::Types::ListWorkspacesResponse

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)


878
879
880
# File 'sig/types.rbs', line 878

def next_token
  @next_token
end

#workspace_summaries::Array[Types::WorkspaceSummary]

Returns the value of attribute workspace_summaries.

Returns:



877
878
879
# File 'sig/types.rbs', line 877

def workspace_summaries
  @workspace_summaries
end