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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5788
5789
5790
5791
5792
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5788

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