Class: Aws::DataZone::Types::ListEnvironmentBlueprintsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListEnvironmentBlueprintsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::EnvironmentBlueprintSummary>
The results of the ‘ListEnvironmentBlueprints` action.
-
#next_token ⇒ String
When the number of blueprints in the environment is greater than the default value for the ‘MaxResults` parameter, or if you explicitly specify a value for `MaxResults` that is less than the number of blueprints in the environment, the response includes a pagination token named `NextToken`.
Instance Attribute Details
#items ⇒ Array<Types::EnvironmentBlueprintSummary>
The results of the ‘ListEnvironmentBlueprints` action.
12245 12246 12247 12248 12249 12250 |
# File 'lib/aws-sdk-datazone/types.rb', line 12245 class ListEnvironmentBlueprintsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When the number of blueprints in the environment is greater than the default value for the ‘MaxResults` parameter, or if you explicitly specify a value for `MaxResults` that is less than the number of blueprints in the environment, the response includes a pagination token named `NextToken`. You can specify this `NextToken` value in a subsequent call to `ListEnvironmentBlueprints`to list the next set of blueprints.
12245 12246 12247 12248 12249 12250 |
# File 'lib/aws-sdk-datazone/types.rb', line 12245 class ListEnvironmentBlueprintsOutput < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |