Class: Aws::AuditManager::Types::ListKeywordsForDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListKeywordsForDataSourceRequest
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
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.
-
#source ⇒ String
The control mapping data source that the keywords apply to.
Instance Attribute Details
#max_results ⇒ Integer
Represents the maximum number of results on a page or for an API request call.
3758 3759 3760 3761 3762 3763 3764 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3758 class ListKeywordsForDataSourceRequest < Struct.new( :source, :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.
3758 3759 3760 3761 3762 3763 3764 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3758 class ListKeywordsForDataSourceRequest < Struct.new( :source, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#source ⇒ String
The control mapping data source that the keywords apply to.
3758 3759 3760 3761 3762 3763 3764 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3758 class ListKeywordsForDataSourceRequest < Struct.new( :source, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |