Class: Aws::Greengrass::Types::ListDeviceDefinitionVersionsRequest

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

#device_definition_idString

Returns:

  • (String)


3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3459

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

#max_resultsString

Returns:

  • (String)


3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3459

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

#next_tokenString

Returns:

  • (String)


3459
3460
3461
3462
3463
3464
3465
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3459

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