Class: Aws::IoTSiteWise::Types::UpdateGatewayCapabilityConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::UpdateGatewayCapabilityConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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 *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/configure-sources.html#configure-source-cli
9440 9441 9442 9443 9444 9445 9446 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9440 class UpdateGatewayCapabilityConfigurationRequest < Struct.new( :gateway_id, :capability_namespace, :capability_configuration) SENSITIVE = [] include Aws::Structure end |
#capability_namespace ⇒ String
The namespace of the gateway capability configuration to be updated. For example, if you configure OPC-UA sources from the IoT SiteWise console, your OPC-UA capability configuration has the namespace ‘iotsitewise:opcuacollector:version`, where `version` is a number such as `1`.
9440 9441 9442 9443 9444 9445 9446 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9440 class UpdateGatewayCapabilityConfigurationRequest < Struct.new( :gateway_id, :capability_namespace, :capability_configuration) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The ID of the gateway to be updated.
9440 9441 9442 9443 9444 9445 9446 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9440 class UpdateGatewayCapabilityConfigurationRequest < Struct.new( :gateway_id, :capability_namespace, :capability_configuration) SENSITIVE = [] include Aws::Structure end |