Class: Aws::Types::SearchAgentStatusesResponse
- Inherits:
-
Object
- Object
- Aws::Types::SearchAgentStatusesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_statuses ⇒ ::Array[Types::AgentStatus]
Returns the value of attribute agent_statuses.
-
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#agent_statuses ⇒ ::Array[Types::AgentStatus]
Returns the value of attribute agent_statuses.
7178 7179 7180 |
# File 'sig/types.rbs', line 7178 def agent_statuses @agent_statuses end |
#approximate_total_count ⇒ ::Integer
Returns the value of attribute approximate_total_count.
7180 7181 7182 |
# File 'sig/types.rbs', line 7180 def approximate_total_count @approximate_total_count end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7179 7180 7181 |
# File 'sig/types.rbs', line 7179 def next_token @next_token end |