Class: Aws::Types::ModifyWorkspaceStateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def workspace_id
  @workspace_id
end

#workspace_state"AVAILABLE", "ADMIN_MAINTENANCE"

Returns the value of attribute workspace_state.

Returns:

  • ("AVAILABLE", "ADMIN_MAINTENANCE")


1213
1214
1215
# File 'sig/types.rbs', line 1213

def workspace_state
  @workspace_state
end