Class: Aws::IoTSiteWise::Types::UpdateGatewayCapabilityConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capability_configurationString

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.

Returns:

  • (String)


8512
8513
8514
8515
8516
8517
8518
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8512

class UpdateGatewayCapabilityConfigurationRequest < Struct.new(
  :gateway_id,
  :capability_namespace,
  :capability_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#capability_namespaceString

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.

Returns:

  • (String)


8512
8513
8514
8515
8516
8517
8518
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8512

class UpdateGatewayCapabilityConfigurationRequest < Struct.new(
  :gateway_id,
  :capability_namespace,
  :capability_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The ID of the gateway to be updated.

Returns:

  • (String)


8512
8513
8514
8515
8516
8517
8518
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8512

class UpdateGatewayCapabilityConfigurationRequest < Struct.new(
  :gateway_id,
  :capability_namespace,
  :capability_configuration)
  SENSITIVE = []
  include Aws::Structure
end