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)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


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

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


1976
1977
1978
# File 'sig/types.rbs', line 1976

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



1974
1975
1976
# File 'sig/types.rbs', line 1974

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


1975
1976
1977
# File 'sig/types.rbs', line 1975

def title
  @title
end