Class: Aws::AuditManager::Types::ListKeywordsForDataSourceRequest

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

Overview

Note:

When making an API call, you may pass ListKeywordsForDataSourceRequest data as a hash:

{
  source: "AWS_Cloudtrail", # required, accepts AWS_Cloudtrail, AWS_Config, AWS_Security_Hub, AWS_API_Call, MANUAL
  next_token: "Token",
  max_results: 1,
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

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

Returns:

  • (Integer)


4028
4029
4030
4031
4032
4033
4034
# File 'lib/aws-sdk-auditmanager/types.rb', line 4028

class ListKeywordsForDataSourceRequest < Struct.new(
  :source,
  :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)


4028
4029
4030
4031
4032
4033
4034
# File 'lib/aws-sdk-auditmanager/types.rb', line 4028

class ListKeywordsForDataSourceRequest < Struct.new(
  :source,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#sourceString

The control mapping data source that the keywords apply to.

Returns:

  • (String)


4028
4029
4030
4031
4032
4033
4034
# File 'lib/aws-sdk-auditmanager/types.rb', line 4028

class ListKeywordsForDataSourceRequest < Struct.new(
  :source,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end