Class: Aws::AuditManager::Types::ListAssessmentControlInsightsByControlDomainRequest

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 active assessment.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3300

class ListAssessmentControlInsightsByControlDomainRequest < Struct.new(
  :control_domain_id,
  :assessment_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#control_domain_idString

The unique identifier for the control domain.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3300

class ListAssessmentControlInsightsByControlDomainRequest < Struct.new(
  :control_domain_id,
  :assessment_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)


3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3300

class ListAssessmentControlInsightsByControlDomainRequest < Struct.new(
  :control_domain_id,
  :assessment_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)


3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3300

class ListAssessmentControlInsightsByControlDomainRequest < Struct.new(
  :control_domain_id,
  :assessment_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end