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)


9325
9326
9327
# File 'sig/types.rbs', line 9325

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9326
9327
9328
# File 'sig/types.rbs', line 9326

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9323
9324
9325
# File 'sig/types.rbs', line 9323

def id
  @id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


9330
9331
9332
# File 'sig/types.rbs', line 9330

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


9329
9330
9331
# File 'sig/types.rbs', line 9329

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9324
9325
9326
# File 'sig/types.rbs', line 9324

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


9331
9332
9333
# File 'sig/types.rbs', line 9331

def tags
  @tags
end

#themeTypes::WorkspaceTheme

Returns the value of attribute theme.



9327
9328
9329
# File 'sig/types.rbs', line 9327

def theme
  @theme
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9328
9329
9330
# File 'sig/types.rbs', line 9328

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:

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


9322
9323
9324
# File 'sig/types.rbs', line 9322

def visibility
  @visibility
end