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)


9165
9166
9167
# File 'sig/types.rbs', line 9165

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9162
9163
9164
# File 'sig/types.rbs', line 9162

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9164
9165
9166
# File 'sig/types.rbs', line 9164

def name
  @name
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9166
9167
9168
# File 'sig/types.rbs', line 9166

def title
  @title
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


9163
9164
9165
# File 'sig/types.rbs', line 9163

def workspace_id
  @workspace_id
end