Class: Aws::Greengrass::Types::ListResourceDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ListResourceDefinitionsRequest
- 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
3772 3773 3774 3775 3776 3777 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3772 class ListResourceDefinitionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
3772 3773 3774 3775 3776 3777 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3772 class ListResourceDefinitionsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |