Class: Aws::Types::UpdateWorkspaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3859
3860
3861
# File 'sig/types.rbs', line 3859

def client_token
  @client_token
end

#encryption_configurationTypes::WorkspaceEncryptionConfiguration

Returns the value of attribute encryption_configuration.



3858
3859
3860
# File 'sig/types.rbs', line 3858

def encryption_configuration
  @encryption_configuration
end

#workspace_description::String

Returns the value of attribute workspace_description.

Returns:

  • (::String)


3857
3858
3859
# File 'sig/types.rbs', line 3857

def workspace_description
  @workspace_description
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3856
3857
3858
# File 'sig/types.rbs', line 3856

def workspace_name
  @workspace_name
end