Class: Aws::Types::SearchIndexResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4423
4424
4425
# File 'sig/types.rbs', line 4423

def next_token
  @next_token
end

#thing_groups::Array[Types::ThingGroupDocument]

Returns the value of attribute thing_groups.

Returns:



4425
4426
4427
# File 'sig/types.rbs', line 4425

def thing_groups
  @thing_groups
end

#things::Array[Types::ThingDocument]

Returns the value of attribute things.

Returns:



4424
4425
4426
# File 'sig/types.rbs', line 4424

def things
  @things
end