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)


9139
9140
9141
# File 'sig/types.rbs', line 9139

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9136
9137
9138
# File 'sig/types.rbs', line 9136

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9138
9139
9140
# File 'sig/types.rbs', line 9138

def name
  @name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9140
9141
9142
# File 'sig/types.rbs', line 9140

def title
  @title
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


9137
9138
9139
# File 'sig/types.rbs', line 9137

def workspace_id
  @workspace_id
end