Class: Aws::AuditManager::Types::ListAssessmentFrameworkShareRequestsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListAssessmentFrameworkShareRequestsResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_framework_share_requests ⇒ Array<Types::AssessmentFrameworkShareRequest>
The list of share requests that the
ListAssessmentFrameworkShareRequests
API returned. -
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#assessment_framework_share_requests ⇒ Array<Types::AssessmentFrameworkShareRequest>
The list of share requests that the
ListAssessmentFrameworkShareRequests
API returned.
3291 3292 3293 3294 3295 3296 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3291 class ListAssessmentFrameworkShareRequestsResponse < Struct.new( :assessment_framework_share_requests, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
3291 3292 3293 3294 3295 3296 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3291 class ListAssessmentFrameworkShareRequestsResponse < Struct.new( :assessment_framework_share_requests, :next_token) SENSITIVE = [] include Aws::Structure end |