Class: Aws::Greengrass::Types::ListResourceDefinitionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-greengrass/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsString

Returns:

  • (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_tokenString

Returns:

  • (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