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.
3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3420 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.
3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3420 class ListAssessmentFrameworkShareRequestsResponse < Struct.new( :assessment_framework_share_requests, :next_token) SENSITIVE = [] include Aws::Structure end |