Class: Aws::Types::WorkspaceSearchSummary

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)


9743
9744
9745
# File 'sig/types.rbs', line 9743

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


9744
9745
9746
# File 'sig/types.rbs', line 9744

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9741
9742
9743
# File 'sig/types.rbs', line 9741

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9738
9739
9740
# File 'sig/types.rbs', line 9738

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9739
9740
9741
# File 'sig/types.rbs', line 9739

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


9745
9746
9747
# File 'sig/types.rbs', line 9745

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9742
9743
9744
# File 'sig/types.rbs', line 9742

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:

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


9740
9741
9742
# File 'sig/types.rbs', line 9740

def visibility
  @visibility
end