Class: Aws::Types::UpdateWorkspaceAliasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#alias::String

Returns the value of attribute alias.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def alias
  @alias
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def client_token
  @client_token
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


865
866
867
# File 'sig/types.rbs', line 865

def workspace_id
  @workspace_id
end