Class: Aws::Greengrass::Types::ConnectorDefinitionVersion

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

Overview

Information about the connector definition version, which is a container for connectors.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectorsArray<Types::Connector>

A list of references to connectors in this version, with their corresponding configuration settings.

Returns:



261
262
263
264
265
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 261

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