Class: Aws::AuditManager::Types::GetDelegationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delegationsArray<Types::DelegationMetadata>

The list of delegations that the GetDelegations API returned.

Returns:



2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2733

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

#next_tokenString

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

Returns:

  • (String)


2733
2734
2735
2736
2737
2738
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 2733

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