Class: Aws::Types::Workspace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


9813
9814
9815
# File 'sig/types.rbs', line 9813

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9814
9815
9816
# File 'sig/types.rbs', line 9814

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9811
9812
9813
# File 'sig/types.rbs', line 9811

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


9818
9819
9820
# File 'sig/types.rbs', line 9818

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9817
9818
9819
# File 'sig/types.rbs', line 9817

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9812
9813
9814
# File 'sig/types.rbs', line 9812

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


9819
9820
9821
# File 'sig/types.rbs', line 9819

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



9815
9816
9817
# File 'sig/types.rbs', line 9815

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9816
9817
9818
# File 'sig/types.rbs', line 9816

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:

  • ("ALL", "ASSIGNED", "NONE")


9810
9811
9812
# File 'sig/types.rbs', line 9810

def visibility
  @visibility
end