Class: Aws::Greengrass::Types::ListDeviceDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListDeviceDefinitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#max_results ⇒ String
3490 3491 3492 3493 3494 3495 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3490 class ListDeviceDefinitionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3490 3491 3492 3493 3494 3495 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3490 class ListDeviceDefinitionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |