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

Class: Aws::IoTSiteWise::Types::UpdateGatewayCapabilityConfigurationRequest

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

Overview

Note:

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

{
  gateway_id: "ID", # required
  capability_namespace: "CapabilityNamespace", # required
  capability_configuration: "CapabilityConfiguration", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#capability_configurationString

The JSON document that defines the configuration for the gateway capability. For more information, see Configuring data sources (CLI) in the AWS IoT SiteWise User Guide.

Returns:

  • (String)

    The JSON document that defines the configuration for the gateway capability.

#capability_namespaceString

The namespace of the gateway capability configuration to be updated. For example, if you configure OPC-UA sources from the AWS IoT SiteWise console, your OPC-UA capability configuration has the namespace iotsitewise:opcuacollector:version, where version is a number such as 1.

Returns:

  • (String)

    The namespace of the gateway capability configuration to be updated.

#gateway_idString

The ID of the gateway to be updated.

Returns:

  • (String)

    The ID of the gateway to be updated.