Class: Aws::Types::CreateWorkspaceRequest

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:



2010
2011
2012
# File 'sig/types.rbs', line 2010

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:



2008
2009
2010
# File 'sig/types.rbs', line 2008

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:



2009
2010
2011
# File 'sig/types.rbs', line 2009

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



2013
2014
2015
# File 'sig/types.rbs', line 2013

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.

Returns:



2011
2012
2013
# File 'sig/types.rbs', line 2011

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:



2012
2013
2014
# File 'sig/types.rbs', line 2012

def title
  @title
end