Class: Aws::AuditManager::Types::ListControlInsightsByControlDomainRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#control_domain_idString

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

Returns:

  • (String)


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_resultsInteger

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

Returns:

  • (Integer)


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_tokenString

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

Returns:

  • (String)


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