Class: Aws::ControlCatalog::Types::ListObjectivesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::ListObjectivesResponse
- Defined in:
- gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
-
#objectives ⇒ Array<Types::ObjectiveSummary>
The list of objectives that the
ListObjectivesAPI returns.
Instance Attribute Details
#next_token ⇒ String
The pagination token that's used to fetch the next set of results.
903 904 905 906 907 908 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 903 class ListObjectivesResponse < Struct.new( :objectives, :next_token) SENSITIVE = [] include Aws::Structure end |
#objectives ⇒ Array<Types::ObjectiveSummary>
The list of objectives that the ListObjectives API returns.
903 904 905 906 907 908 |
# File 'gems/aws-sdk-controlcatalog/lib/aws-sdk-controlcatalog/types.rb', line 903 class ListObjectivesResponse < Struct.new( :objectives, :next_token) SENSITIVE = [] include Aws::Structure end |