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 on a page or for an API request call.

Returns:

  • (Integer)


2967
2968
2969
2970
2971
2972
# File 'lib/aws-sdk-auditmanager/types.rb', line 2967

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

#next_tokenString

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

Returns:

  • (String)


2967
2968
2969
2970
2971
2972
# File 'lib/aws-sdk-auditmanager/types.rb', line 2967

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