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:



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

def region
  @region
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:



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

def state
  @state
end

#type"PRIMARY", "STANDBY"

Returns the value of attribute type.

Returns:



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

def type
  @type
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:



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

def workspace_id
  @workspace_id
end