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)


9586
9587
9588
# File 'sig/types.rbs', line 9586

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


9587
9588
9589
# File 'sig/types.rbs', line 9587

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9584
9585
9586
# File 'sig/types.rbs', line 9584

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


9581
9582
9583
# File 'sig/types.rbs', line 9581

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9582
9583
9584
# File 'sig/types.rbs', line 9582

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


9588
9589
9590
# File 'sig/types.rbs', line 9588

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


9585
9586
9587
# File 'sig/types.rbs', line 9585

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:

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


9583
9584
9585
# File 'sig/types.rbs', line 9583

def visibility
  @visibility
end