Class: Aws::Greengrass::Types::ListDeviceDefinitionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListDeviceDefinitionsResponse
- 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>
3505 3506 3507 3508 3509 3510 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3505 class ListDeviceDefinitionsResponse < Struct.new( :definitions, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3505 3506 3507 3508 3509 3510 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3505 class ListDeviceDefinitionsResponse < Struct.new( :definitions, :next_token) SENSITIVE = [] include Aws::Structure end |