Method: Aws::Health::Types::DescribeAffectedEntitiesForOrganizationRequest#max_results
- Defined in:
- lib/aws-sdk-health/types.rb
#max_results ⇒ Integer
The maximum number of items to return in one batch, between 10 and 100, inclusive.
264 265 266 267 268 269 270 271 272 |
# File 'lib/aws-sdk-health/types.rb', line 264 class DescribeAffectedEntitiesForOrganizationRequest < Struct.new( :organization_entity_filters, :locale, :next_token, :max_results, :organization_entity_account_filters) SENSITIVE = [] include Aws::Structure end |