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

Class: Aws::Greengrass::Types::CreateConnectorDefinitionRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_tokenString

Returns:

  • (String)

#initial_versionTypes::ConnectorDefinitionVersion

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

Returns:

#nameString

Returns:

  • (String)

#tagsHash<String,String>

The key-value pair for the resource tag.

Returns:

  • (Hash<String,String>)

    The key-value pair for the resource tag.