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
- Struct
- Aws::IoTSiteWise::Types::UpdateGatewayCapabilityConfigurationRequest
- Defined in:
- (unknown)
Overview
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
-
#capability_configuration ⇒ String
The JSON document that defines the configuration for the gateway capability.
-
#capability_namespace ⇒ String
The namespace of the gateway capability configuration to be updated.
-
#gateway_id ⇒ String
The ID of the gateway to be updated.
Instance Attribute Details
#capability_configuration ⇒ String
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.
#capability_namespace ⇒ String
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
.
#gateway_id ⇒ String
The ID of the gateway to be updated.