Class: Aws::Greengrass::Types::ResourceDefinitionVersion

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

Overview

Information about a resource definition version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourcesArray<Types::Resource>

A list of resources.

Returns:



4140
4141
4142
4143
4144
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4140

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