Class: Aws::Types::SearchAgentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchAgentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_summaries ⇒ ::Array[Types::AgentSummary]
Returns the value of attribute agent_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#agent_summaries ⇒ ::Array[Types::AgentSummary]
Returns the value of attribute agent_summaries.
9723 9724 9725 |
# File 'sig/types.rbs', line 9723 def agent_summaries @agent_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
9724 9725 9726 |
# File 'sig/types.rbs', line 9724 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
9725 9726 9727 |
# File 'sig/types.rbs', line 9725 def request_id @request_id end |