Class: Aws::Greengrass::Types::ListDeviceDefinitionsResponse

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

#definitionsArray<Types::DefinitionInformation>

Returns:



3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3505

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

#next_tokenString

Returns:

  • (String)


3505
3506
3507
3508
3509
3510
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 3505

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