Class: Aws::IoTSiteWise::Types::ForwardingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ForwardingConfig
- 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
-
#state ⇒ String
The forwarding state for the given property.
Instance Attribute Details
#state ⇒ String
The forwarding state for the given property.
5788 5789 5790 5791 5792 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5788 class ForwardingConfig < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |