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)


9685
9686
9687
# File 'sig/types.rbs', line 9685

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9686
9687
9688
# File 'sig/types.rbs', line 9686

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9683
9684
9685
# File 'sig/types.rbs', line 9683

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


9690
9691
9692
# File 'sig/types.rbs', line 9690

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9689
9690
9691
# File 'sig/types.rbs', line 9689

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9684
9685
9686
# File 'sig/types.rbs', line 9684

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


9691
9692
9693
# File 'sig/types.rbs', line 9691

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



9687
9688
9689
# File 'sig/types.rbs', line 9687

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9688
9689
9690
# File 'sig/types.rbs', line 9688

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:

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


9682
9683
9684
# File 'sig/types.rbs', line 9682

def visibility
  @visibility
end