Class: Aws::Types::DeleteWorkspaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def client_token
  @client_token
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def workspace_name
  @workspace_name
end