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

Class: Aws::IoTSiteWise::Types::DescribeGatewayCapabilityConfigurationRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#capability_namespaceString

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.

Returns:

  • (String)

    The namespace of the capability configuration.

#gateway_idString

The ID of the gateway that defines the capability configuration.

Returns:

  • (String)

    The ID of the gateway that defines the capability configuration.