Class: Aws::Types::SearchEntitiesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_types::Array[("DEVICE" | "SERVICE" | "DEVICE_MODEL" | "CAPABILITY" | "STATE" | "ACTION" | "EVENT" | "PROPERTY" | "MAPPING" | "ENUM")]

Returns the value of attribute entity_types.

Returns:

  • (::Array[("DEVICE" | "SERVICE" | "DEVICE_MODEL" | "CAPABILITY" | "STATE" | "ACTION" | "EVENT" | "PROPERTY" | "MAPPING" | "ENUM")])


368
369
370
# File 'sig/types.rbs', line 368

def entity_types
  @entity_types
end

#filters::Array[Types::EntityFilter]

Returns the value of attribute filters.

Returns:



369
370
371
# File 'sig/types.rbs', line 369

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


371
372
373
# File 'sig/types.rbs', line 371

def max_results
  @max_results
end

#namespace_version::Integer

Returns the value of attribute namespace_version.

Returns:

  • (::Integer)


372
373
374
# File 'sig/types.rbs', line 372

def namespace_version
  @namespace_version
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


370
371
372
# File 'sig/types.rbs', line 370

def next_token
  @next_token
end