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)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1966
1967
1968
# File 'sig/types.rbs', line 1966

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


1971
1972
1973
# File 'sig/types.rbs', line 1971

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



1969
1970
1971
# File 'sig/types.rbs', line 1969

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def title
  @title
end