Class: Aws::ControlCatalog::Types::ListCommonControlsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#common_control_filterTypes::CommonControlFilter

An optional filter that narrows the results to a specific objective.

This filter allows you to specify one objective ARN at a time. Passing multiple ARNs in the CommonControlFilter isn’t currently supported.



207
208
209
210
211
212
213
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 207

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

#max_resultsInteger

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

Returns:

  • (Integer)


207
208
209
210
211
212
213
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 207

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

#next_tokenString

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

Returns:

  • (String)


207
208
209
210
211
212
213
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 207

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