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)


9705
9706
9707
# File 'sig/types.rbs', line 9705

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9706
9707
9708
# File 'sig/types.rbs', line 9706

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9703
9704
9705
# File 'sig/types.rbs', line 9703

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


9710
9711
9712
# File 'sig/types.rbs', line 9710

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9709
9710
9711
# File 'sig/types.rbs', line 9709

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9704
9705
9706
# File 'sig/types.rbs', line 9704

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


9711
9712
9713
# File 'sig/types.rbs', line 9711

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



9707
9708
9709
# File 'sig/types.rbs', line 9707

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9708
9709
9710
# File 'sig/types.rbs', line 9708

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:

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


9702
9703
9704
# File 'sig/types.rbs', line 9702

def visibility
  @visibility
end