Class: Aws::Types::UpdateWorkspaceThemeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8969
8970
8971
# File 'sig/types.rbs', line 8969

def instance_id
  @instance_id
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



8971
8972
8973
# File 'sig/types.rbs', line 8971

def theme
  @theme
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


8970
8971
8972
# File 'sig/types.rbs', line 8970

def workspace_id
  @workspace_id
end