Class: Aws::Types::DescribeAgentsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#agent_ids::Array[::String]

Returns the value of attribute agent_ids.

Returns:



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.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



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.

Returns:



225
226
227
# File 'sig/types.rbs', line 225

def next_token
  @next_token
end