Class: Aws::Types::DescribeAgentsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgentsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_ids ⇒ ::Array[::String]
Returns the value of attribute agent_ids.
-
#filters ⇒ ::Array[Types::Filter]
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
#agent_ids ⇒ ::Array[::String]
Returns the value of attribute agent_ids.
222 223 224 |
# File 'sig/types.rbs', line 222 def agent_ids @agent_ids end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
223 224 225 |
# File 'sig/types.rbs', line 223 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
224 225 226 |
# File 'sig/types.rbs', line 224 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
225 226 227 |
# File 'sig/types.rbs', line 225 def next_token @next_token end |