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)


9667
9668
9669
# File 'sig/types.rbs', line 9667

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9668
9669
9670
# File 'sig/types.rbs', line 9668

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9665
9666
9667
# File 'sig/types.rbs', line 9665

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


9672
9673
9674
# File 'sig/types.rbs', line 9672

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9671
9672
9673
# File 'sig/types.rbs', line 9671

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9666
9667
9668
# File 'sig/types.rbs', line 9666

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


9673
9674
9675
# File 'sig/types.rbs', line 9673

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



9669
9670
9671
# File 'sig/types.rbs', line 9669

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9670
9671
9672
# File 'sig/types.rbs', line 9670

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:

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


9664
9665
9666
# File 'sig/types.rbs', line 9664

def visibility
  @visibility
end