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.
5415 5416 5417 5418 5419 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 5415 class ForwardingConfig < Struct.new( :state) SENSITIVE = [] include Aws::Structure end |