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

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

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

Overview

Note:

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

{
  connectors: [
    {
      connector_arn: "__string", # required
      id: "__string", # required
      parameters: {
        "__string" => "__string",
      },
    },
  ],
}

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

Returned by:

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:

  • (Array<Types::Connector>)

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