Class: Aws::AuditManager::Types::ListKeywordsForDataSourceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keywordsArray<String>

The list of keywords for the event mapping source.

Returns:

  • (Array<String>)


3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3680

class ListKeywordsForDataSourceResponse < Struct.new(
  :keywords,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3680
3681
3682
3683
3684
3685
# File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 3680

class ListKeywordsForDataSourceResponse < Struct.new(
  :keywords,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end