Class: Aws::Types::ModifyWorkspaceCreationPropertiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1193
1194
1195
# File 'sig/types.rbs', line 1193

def resource_id
  @resource_id
end

#workspace_creation_propertiesTypes::WorkspaceCreationProperties

Returns the value of attribute workspace_creation_properties.



1194
1195
1196
# File 'sig/types.rbs', line 1194

def workspace_creation_properties
  @workspace_creation_properties
end