Class: Aws::Types::PendingCreateStandbyWorkspacesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_id::String

Returns the value of attribute directory_id.

Returns:

  • (::String)


1247
1248
1249
# File 'sig/types.rbs', line 1247

def directory_id
  @directory_id
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "AVAILABLE", "IMPAIRED", "UNHEALTHY", "REBOOTING", "STARTING", "REBUILDING", "RESTORING", "MAINTENANCE", "ADMIN_MAINTENANCE", "TERMINATING", "TERMINATED", "SUSPENDED", "UPDATING", "STOPPING", "STOPPED", "ERROR")


1248
1249
1250
# File 'sig/types.rbs', line 1248

def state
  @state
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1246
1247
1248
# File 'sig/types.rbs', line 1246

def user_name
  @user_name
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def workspace_id
  @workspace_id
end