Class: Aws::AuditManager::Types::GetDelegationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetDelegationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2716 class GetDelegationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2716 class GetDelegationsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |