Class: Aws::AuditManager::Types::ListControlInsightsByControlDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListControlInsightsByControlDomainRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#control_domain_id ⇒ String
The unique identifier for the control domain.
-
#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
#control_domain_id ⇒ String
The unique identifier for the control domain.
Audit Manager supports the control domains that are provided by Amazon Web Services Control Catalog. For information about how to find a list of available control domains, see [ ‘ListDomains` ][1] in the Amazon Web Services Control Catalog API Reference.
[1]: docs.aws.amazon.com/controlcatalog/latest/APIReference/API_ListDomains.html
3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3668 class ListControlInsightsByControlDomainRequest < Struct.new( :control_domain_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.
3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3668 class ListControlInsightsByControlDomainRequest < Struct.new( :control_domain_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.
3668 3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 3668 class ListControlInsightsByControlDomainRequest < Struct.new( :control_domain_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |