Class: Aws::AuditManager::Types::ListAssessmentFrameworkShareRequestsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListAssessmentFrameworkShareRequestsRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
-
#request_type ⇒ String
Specifies whether the share request is a sent request or a received request.
Instance Attribute Details
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
3401 3402 3403 3404 3405 3406 3407 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3401 class ListAssessmentFrameworkShareRequestsRequest < Struct.new( :request_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
3401 3402 3403 3404 3405 3406 3407 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3401 class ListAssessmentFrameworkShareRequestsRequest < Struct.new( :request_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#request_type ⇒ String
Specifies whether the share request is a sent request or a received request.
3401 3402 3403 3404 3405 3406 3407 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3401 class ListAssessmentFrameworkShareRequestsRequest < Struct.new( :request_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |