You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Greengrass::Types::Connector
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::Connector
- Defined in:
- (unknown)
Overview
When passing Connector as input to an Aws::Client method, you can use a vanilla Hash:
{
connector_arn: "__string", # required
id: "__string", # required
parameters: {
"__string" => "__string",
},
}
Information about a connector. Connectors run on the Greengrass core and contain built-in integration with local infrastructure, device protocols, AWS, and other cloud services.
Instance Attribute Summary collapse
-
#connector_arn ⇒ String
The ARN of the connector.
-
#id ⇒ String
A descriptive or arbitrary ID for the connector.
-
#parameters ⇒ Hash<String,String>
The parameters or configuration that the connector uses.
Instance Attribute Details
#connector_arn ⇒ String
The ARN of the connector.
#id ⇒ String
A descriptive or arbitrary ID for the connector. This value must be unique within the connector definition version. Max length is 128 characters with pattern [a-zA-Z0-9:_-]+.
#parameters ⇒ Hash<String,String>
The parameters or configuration that the connector uses.