Class: Aws::Greengrass::Types::ListResourceDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListResourceDefinitionsResponse
- 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>
3787 3788 3789 3790 3791 3792 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3787 class ListResourceDefinitionsResponse < Struct.new( :definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3787 3788 3789 3790 3791 3792 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3787 class ListResourceDefinitionsResponse < Struct.new( :definitions, :next_token) SENSITIVE = [] include Aws::Structure end |