Class: Aws::Greengrass::Types::ConnectorDefinitionVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::ConnectorDefinitionVersion
- Includes:
- Structure
- Defined in:
- 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
-
#connectors ⇒ Array<Types::Connector>
A list of references to connectors in this version, with their corresponding configuration settings.
Instance Attribute Details
#connectors ⇒ Array<Types::Connector>
A list of references to connectors in this version, with their corresponding configuration settings.
261 262 263 264 265 |
# File 'lib/aws-sdk-greengrass/types.rb', line 261 class ConnectorDefinitionVersion < Struct.new( :connectors) SENSITIVE = [] include Aws::Structure end |