You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::DeviceDefinitionVersion

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeviceDefinitionVersion as input to an Aws::Client method, you can use a vanilla Hash:

{
  devices: [
    {
      certificate_arn: "__string", # required
      id: "__string", # required
      sync_shadow: false,
      thing_arn: "__string", # required
    },
  ],
}

Information about a device definition version.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::Device>

A list of devices in the definition version.

Returns:

  • (Array<Types::Device>)

    A list of devices in the definition version.