Class: Aws::Greengrass::Types::DeviceDefinitionVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::DeviceDefinitionVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a device definition version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#devices ⇒ Array<Types::Device>
A list of devices in the definition version.
Instance Attribute Details
#devices ⇒ Array<Types::Device>
A list of devices in the definition version.
1554 1555 1556 1557 1558 |
# File 'lib/aws-sdk-greengrass/types.rb', line 1554 class DeviceDefinitionVersion < Struct.new( :devices) SENSITIVE = [] include Aws::Structure end |