Class: Aws::AuditManager::Types::ListAssessmentFrameworkShareRequestsResponse

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

#assessment_framework_share_requestsArray<Types::AssessmentFrameworkShareRequest>

The list of share requests that the ListAssessmentFrameworkShareRequests API returned.



3362
3363
3364
3365
3366
3367
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3362

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

#next_tokenString

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

Returns:

  • (String)


3362
3363
3364
3365
3366
3367
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3362

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