Class: Aws::Greengrass::Types::ListDeviceDefinitionsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsString

Returns:

  • (String)


3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3490

class ListDeviceDefinitionsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


3490
3491
3492
3493
3494
3495
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3490

class ListDeviceDefinitionsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end