Class: Aws::Types::QuerySuggestionsBlockListSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1611
1612
1613
# File 'sig/types.rbs', line 1611

def id
  @id
end

#item_count::Integer

Returns the value of attribute item_count.

Returns:

  • (::Integer)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def item_count
  @item_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "CREATING", "DELETING", "UPDATING", "ACTIVE_BUT_UPDATE_FAILED", "FAILED")


1613
1614
1615
# File 'sig/types.rbs', line 1613

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def updated_at
  @updated_at
end