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)


9237
9238
9239
9240
9241
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9237

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