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

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

Overview

Information about a device definition version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#devicesArray<Types::Device>

A list of devices in the definition version.

Returns:



1554
1555
1556
1557
1558
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 1554

class DeviceDefinitionVersion < Struct.new(
  :devices)
  SENSITIVE = []
  include Aws::Structure
end