Class: Aws::IoTSiteWise::Types::DescribeGatewayCapabilityConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DescribeGatewayCapabilityConfigurationRequest
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capability_namespace ⇒ String
The namespace of the capability configuration.
-
#gateway_id ⇒ String
The ID of the gateway that defines the capability configuration.
Instance Attribute Details
#capability_namespace ⇒ String
The namespace of the capability configuration. 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
.
4629 4630 4631 4632 4633 4634 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4629 class DescribeGatewayCapabilityConfigurationRequest < Struct.new( :gateway_id, :capability_namespace) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The ID of the gateway that defines the capability configuration.
4629 4630 4631 4632 4633 4634 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 4629 class DescribeGatewayCapabilityConfigurationRequest < Struct.new( :gateway_id, :capability_namespace) SENSITIVE = [] include Aws::Structure end |