Class: Aws::AuditManager::Types::GetChangeLogsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_idString

The unique identifier for the assessment.

Returns:

  • (String)


2654
2655
2656
2657
2658
2659
2660
2661
2662
# File 'gems/aws-sdk-auditmanager/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_idString

The unique identifier for the control.

Returns:

  • (String)


2654
2655
2656
2657
2658
2659
2660
2661
2662
# File 'gems/aws-sdk-auditmanager/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_idString

The unique identifier for the control set.

Returns:

  • (String)


2654
2655
2656
2657
2658
2659
2660
2661
2662
# File 'gems/aws-sdk-auditmanager/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_resultsInteger

Represents the maximum number of results on a page or for an API request call.

Returns:

  • (Integer)


2654
2655
2656
2657
2658
2659
2660
2661
2662
# File 'gems/aws-sdk-auditmanager/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_tokenString

The pagination token that's used to fetch the next set of results.

Returns:

  • (String)


2654
2655
2656
2657
2658
2659
2660
2661
2662
# File 'gems/aws-sdk-auditmanager/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