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:



9871
9872
9873
# File 'sig/types.rbs', line 9871

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



9872
9873
9874
# File 'sig/types.rbs', line 9872

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:



9869
9870
9871
# File 'sig/types.rbs', line 9869

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



9866
9867
9868
# File 'sig/types.rbs', line 9866

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



9867
9868
9869
# File 'sig/types.rbs', line 9867

def name
  @name
end

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

Returns the value of attribute tags.

Returns:



9873
9874
9875
# File 'sig/types.rbs', line 9873

def tags
  @tags
end

#title::String

Returns the value of attribute title.

Returns:



9870
9871
9872
# File 'sig/types.rbs', line 9870

def title
  @title
end

#visibility"ALL", ...

Returns the value of attribute visibility.

Returns:



9868
9869
9870
# File 'sig/types.rbs', line 9868

def visibility
  @visibility
end