Class: Aws::Greengrass::Types::ListFunctionDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListFunctionDefinitionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#definitions ⇒ Array<Types::DefinitionInformation>
3569 3570 3571 3572 3573 3574 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3569 class ListFunctionDefinitionsResponse < Struct.new( :definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3569 3570 3571 3572 3573 3574 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3569 class ListFunctionDefinitionsResponse < Struct.new( :definitions, :next_token) SENSITIVE = [] include Aws::Structure end |