Class: Aws::Types::RelatedWorkspaceProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#region::String

Returns the value of attribute region.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def region
  @region
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")


1319
1320
1321
# File 'sig/types.rbs', line 1319

def state
  @state
end

#type"PRIMARY", "STANDBY"

Returns the value of attribute type.

Returns:

  • ("PRIMARY", "STANDBY")


1320
1321
1322
# File 'sig/types.rbs', line 1320

def type
  @type
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def workspace_id
  @workspace_id
end