DescribeGatewayCapabilityConfigurationRequest
public struct DescribeGatewayCapabilityConfigurationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The namespace of the capability configuration. 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.
Declaration
Swift
public let capabilityNamespace: String
-
The ID of the gateway that defines the capability configuration.
Declaration
Swift
public let gatewayId: String
-
Undocumented
Declaration
Swift
public init(capabilityNamespace: String, gatewayId: String)
-
Declaration
Swift
public func validate(name: String) throws