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)


9612
9613
9614
# File 'sig/types.rbs', line 9612

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


9613
9614
9615
# File 'sig/types.rbs', line 9613

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9610
9611
9612
# File 'sig/types.rbs', line 9610

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9607
9608
9609
# File 'sig/types.rbs', line 9607

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9608
9609
9610
# File 'sig/types.rbs', line 9608

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


9614
9615
9616
# File 'sig/types.rbs', line 9614

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9611
9612
9613
# File 'sig/types.rbs', line 9611

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:

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


9609
9610
9611
# File 'sig/types.rbs', line 9609

def visibility
  @visibility
end