Class: Aws::Types::DescribeWorkspacesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bundle_id::String

Returns the value of attribute bundle_id.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def bundle_id
  @bundle_id
end

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def directory_id
  @directory_id
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


831
832
833
# File 'sig/types.rbs', line 831

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def next_token
  @next_token
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def user_name
  @user_name
end

#workspace_ids::Array[::String]

Returns the value of attribute workspace_ids.

Returns:

  • (::Array[::String])


827
828
829
# File 'sig/types.rbs', line 827

def workspace_ids
  @workspace_ids
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def workspace_name
  @workspace_name
end