Class: Aws::IoTSiteWise::Types::ForwardingConfig

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

Overview

The forwarding configuration for a given property.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The forwarding state for the given property.

Returns:

  • (String)


5283
5284
5285
5286
5287
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5283

class ForwardingConfig < Struct.new(
  :state)
  SENSITIVE = []
  include Aws::Structure
end