Class: Aws::AuditManager::Types::ListControlInsightsByControlDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListControlInsightsByControlDomainResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_insights_metadata ⇒ Array<Types::ControlInsightsMetadataItem>
The control analytics data that the
ListControlInsightsByControlDomain
API returned. -
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#control_insights_metadata ⇒ Array<Types::ControlInsightsMetadataItem>
The control analytics data that the
ListControlInsightsByControlDomain
API returned.
3666 3667 3668 3669 3670 3671 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3666 class ListControlInsightsByControlDomainResponse < Struct.new( :control_insights_metadata, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
3666 3667 3668 3669 3670 3671 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3666 class ListControlInsightsByControlDomainResponse < Struct.new( :control_insights_metadata, :next_token) SENSITIVE = [] include Aws::Structure end |