Class: Aws::Types::DescribeAgentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agents_info ⇒ ::Array[Types::AgentInfo]
Returns the value of attribute agents_info.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#agents_info ⇒ ::Array[Types::AgentInfo]
Returns the value of attribute agents_info.
230 231 232 |
# File 'sig/types.rbs', line 230 def agents_info @agents_info end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
231 232 233 |
# File 'sig/types.rbs', line 231 def next_token @next_token end |