Class: Aws::Types::SearchAllRelatedItemsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchAllRelatedItemsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#filters ⇒ ::Array[Types::RelatedItemTypeFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sorts ⇒ ::Array[Types::SearchAllRelatedItemsSort]
Returns the value of attribute sorts.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def domain_id @domain_id end |
#filters ⇒ ::Array[Types::RelatedItemTypeFilter]
Returns the value of attribute filters.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def next_token @next_token end |
#sorts ⇒ ::Array[Types::SearchAllRelatedItemsSort]
Returns the value of attribute sorts.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def sorts @sorts end |