Class: Aws::Types::SearchEntitiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchEntitiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_types ⇒ ::Array[("DEVICE" | "SERVICE" | "DEVICE_MODEL" | "CAPABILITY" | "STATE" | "ACTION" | "EVENT" | "PROPERTY" | "MAPPING" | "ENUM")]
Returns the value of attribute entity_types.
-
#filters ⇒ ::Array[Types::EntityFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace_version ⇒ ::Integer
Returns the value of attribute namespace_version.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entity_types ⇒ ::Array[("DEVICE" | "SERVICE" | "DEVICE_MODEL" | "CAPABILITY" | "STATE" | "ACTION" | "EVENT" | "PROPERTY" | "MAPPING" | "ENUM")]
Returns the value of attribute entity_types.
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.
369 370 371 |
# File 'sig/types.rbs', line 369 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
370 371 372 |
# File 'sig/types.rbs', line 370 def next_token @next_token end |