Class: Aws::AuditManager::Types::ListControlDomainInsightsByAssessmentResponse

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

#control_domain_insightsArray<Types::ControlDomainInsights>

The control domain analytics data that the ListControlDomainInsightsByAssessment API returned.

Returns:



3522
3523
3524
3525
3526
3527
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3522

class ListControlDomainInsightsByAssessmentResponse < Struct.new(
  :control_domain_insights,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3522
3523
3524
3525
3526
3527
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3522

class ListControlDomainInsightsByAssessmentResponse < Struct.new(
  :control_domain_insights,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end