Class: Aws::Types::ModifyWorkspacePropertiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_replication"NO_REPLICATION", "PRIMARY_AS_SOURCE"

Returns the value of attribute data_replication.

Returns:

  • ("NO_REPLICATION", "PRIMARY_AS_SOURCE")


1204
1205
1206
# File 'sig/types.rbs', line 1204

def data_replication
  @data_replication
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


1202
1203
1204
# File 'sig/types.rbs', line 1202

def workspace_id
  @workspace_id
end

#workspace_propertiesTypes::WorkspaceProperties

Returns the value of attribute workspace_properties.



1203
1204
1205
# File 'sig/types.rbs', line 1203

def workspace_properties
  @workspace_properties
end