Class: Aws::AuditManager::Types::GetDelegationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetDelegationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delegations ⇒ Array<Types::DelegationMetadata>
The list of delegations that the ‘GetDelegations` API returned.
-
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
Instance Attribute Details
#delegations ⇒ Array<Types::DelegationMetadata>
The list of delegations that the ‘GetDelegations` API returned.
2733 2734 2735 2736 2737 2738 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2733 class GetDelegationsResponse < Struct.new( :delegations, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that’s used to fetch the next set of results.
2733 2734 2735 2736 2737 2738 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2733 class GetDelegationsResponse < Struct.new( :delegations, :next_token) SENSITIVE = [] include Aws::Structure end |