Class: Aws::ControlCatalog::Types::ListObjectivesResponse

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

#next_tokenString

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

Returns:

  • (String)


302
303
304
305
306
307
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 302

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

#objectivesArray<Types::ObjectiveSummary>

The list of objectives that the ListObjectives API returns.

Returns:



302
303
304
305
306
307
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 302

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