Class: Aws::Types::SearchTypesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::SearchTypesResultItem]

Returns the value of attribute items.

Returns:



5685
5686
5687
# File 'sig/types.rbs', line 5685

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5686
5687
5688
# File 'sig/types.rbs', line 5686

def next_token
  @next_token
end

#total_match_count::Integer

Returns the value of attribute total_match_count.

Returns:

  • (::Integer)


5687
5688
5689
# File 'sig/types.rbs', line 5687

def total_match_count
  @total_match_count
end