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.
5827 5828 5829 5830 5831 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5827 class ForwardingConfig < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |