Class: Aws::AuditManager::Types::GetDelegationsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

Note:

When making an API call, you may pass GetDelegationsRequest data as a hash:

{
  next_token: "Token",
  max_results: 1,
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Represents the maximum number of results per page, or per API request call.

Returns:

  • (Integer)


2503
2504
2505
2506
2507
2508
# File 'lib/aws-sdk-auditmanager/types.rb', line 2503

class GetDelegationsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token used to fetch the next set of results.

Returns:

  • (String)


2503
2504
2505
2506
2507
2508
# File 'lib/aws-sdk-auditmanager/types.rb', line 2503

class GetDelegationsRequest < Struct.new(
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end