Class: Aws::Types::SearchAgentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchAgentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#filters ⇒ ::Array[Types::AgentSearchFilter]
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.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
10083 10084 10085 |
# File 'sig/types.rbs', line 10083 def aws_account_id @aws_account_id end |
#filters ⇒ ::Array[Types::AgentSearchFilter]
Returns the value of attribute filters.
10084 10085 10086 |
# File 'sig/types.rbs', line 10084 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10085 10086 10087 |
# File 'sig/types.rbs', line 10085 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10086 10087 10088 |
# File 'sig/types.rbs', line 10086 def next_token @next_token end |