Class: Aws::AuditManager::Types::ListKeywordsForDataSourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AuditManager::Types::ListKeywordsForDataSourceResponse
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keywords ⇒ Array<String>
The list of keywords for the control mapping source.
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
Instance Attribute Details
#keywords ⇒ Array<String>
The list of keywords for the control mapping source.
3776 3777 3778 3779 3780 3781 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3776 class ListKeywordsForDataSourceResponse < Struct.new( :keywords, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
3776 3777 3778 3779 3780 3781 |
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3776 class ListKeywordsForDataSourceResponse < Struct.new( :keywords, :next_token) SENSITIVE = [] include Aws::Structure end |