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:

  • (::String)


1935
1936
1937
# File 'sig/types.rbs', line 1935

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1933
1934
1935
# File 'sig/types.rbs', line 1933

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1938
1939
1940
# File 'sig/types.rbs', line 1938

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



1936
1937
1938
# File 'sig/types.rbs', line 1936

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1937
1938
1939
# File 'sig/types.rbs', line 1937

def title
  @title
end