Class: Aws::Types::UpdateWorkspaceMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8936
8937
8938
# File 'sig/types.rbs', line 8936

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8933
8934
8935
# File 'sig/types.rbs', line 8933

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8935
8936
8937
# File 'sig/types.rbs', line 8935

def name
  @name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


8937
8938
8939
# File 'sig/types.rbs', line 8937

def title
  @title
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


8934
8935
8936
# File 'sig/types.rbs', line 8934

def workspace_id
  @workspace_id
end