Class: Aws::ControlCatalog::Types::ListObjectivesRequest

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

#max_resultsInteger

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

Returns:

  • (Integer)


284
285
286
287
288
289
290
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 284

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

#next_tokenString

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

Returns:

  • (String)


284
285
286
287
288
289
290
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 284

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

#objective_filterTypes::ObjectiveFilter

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

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



284
285
286
287
288
289
290
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 284

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