Class: Aws::AuditManager::Types::ListControlDomainInsightsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListControlDomainInsightsRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Note:
When making an API call, you may pass ListControlDomainInsightsRequest data as a hash:
{
next_token: "Token",
max_results: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
3770 3771 3772 3773 3774 3775 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3770 class ListControlDomainInsightsRequest < Struct.new( :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.
3770 3771 3772 3773 3774 3775 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3770 class ListControlDomainInsightsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |