Class: Aws::Greengrass::Types::ListDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
A list of definitions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#definitions ⇒ Array<Types::DefinitionInformation>
Information about a definition.
-
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
Instance Attribute Details
#definitions ⇒ Array<Types::DefinitionInformation>
Information about a definition.
3404 3405 3406 3407 3408 3409 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3404 class ListDefinitionsResponse < Struct.new( :definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or ”null” if there are no additional results.
3404 3405 3406 3407 3408 3409 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3404 class ListDefinitionsResponse < Struct.new( :definitions, :next_token) SENSITIVE = [] include Aws::Structure end |