Class: Aws::AuditManager::Types::ListAssessmentFrameworksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListAssessmentFrameworksRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#framework_type ⇒ String
The type of framework, such as a standard framework or a custom framework.
-
#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.
Instance Attribute Details
#framework_type ⇒ String
The type of framework, such as a standard framework or a custom framework.
3314 3315 3316 3317 3318 3319 3320 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3314 class ListAssessmentFrameworksRequest < Struct.new( :framework_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
3314 3315 3316 3317 3318 3319 3320 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3314 class ListAssessmentFrameworksRequest < Struct.new( :framework_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.
3314 3315 3316 3317 3318 3319 3320 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3314 class ListAssessmentFrameworksRequest < Struct.new( :framework_type, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |