Class: Aws::AuditManager::Types::GetChangeLogsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::GetChangeLogsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assessment_id ⇒ String
The unique identifier for the assessment.
-
#control_id ⇒ String
The unique identifier for the control.
-
#control_set_id ⇒ String
The unique identifier for the control set.
-
#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
#assessment_id ⇒ String
The unique identifier for the assessment.
2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2654 class GetChangeLogsRequest < Struct.new( :assessment_id, :control_set_id, :control_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#control_id ⇒ String
The unique identifier for the control.
2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2654 class GetChangeLogsRequest < Struct.new( :assessment_id, :control_set_id, :control_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#control_set_id ⇒ String
The unique identifier for the control set.
2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2654 class GetChangeLogsRequest < Struct.new( :assessment_id, :control_set_id, :control_id, :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.
2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2654 class GetChangeLogsRequest < Struct.new( :assessment_id, :control_set_id, :control_id, :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.
2654 2655 2656 2657 2658 2659 2660 2661 2662 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 2654 class GetChangeLogsRequest < Struct.new( :assessment_id, :control_set_id, :control_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |