Class: Aws::IoTFleetWise::Types::SignalFetchInformation
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::SignalFetchInformation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Information about the signal to be fetched.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see [Amazon Web Services Region and feature availability] in the *Amazon Web Services IoT FleetWise Developer Guide*.
[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
Constant Summary collapse
- SENSITIVE =
[:actions]
Instance Attribute Summary collapse
-
#actions ⇒ Array<String>
The actions to be performed by the signal fetch.
-
#condition_language_version ⇒ Integer
The version of the condition language used.
-
#fully_qualified_name ⇒ String
The fully qualified name of the signal to be fetched.
-
#signal_fetch_config ⇒ Types::SignalFetchConfig
The configuration of the signal fetch operation.
Instance Attribute Details
#actions ⇒ Array<String>
The actions to be performed by the signal fetch.
4153 4154 4155 4156 4157 4158 4159 4160 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4153 class SignalFetchInformation < Struct.new( :fully_qualified_name, :signal_fetch_config, :condition_language_version, :actions) SENSITIVE = [:actions] include Aws::Structure end |
#condition_language_version ⇒ Integer
The version of the condition language used.
4153 4154 4155 4156 4157 4158 4159 4160 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4153 class SignalFetchInformation < Struct.new( :fully_qualified_name, :signal_fetch_config, :condition_language_version, :actions) SENSITIVE = [:actions] include Aws::Structure end |
#fully_qualified_name ⇒ String
The fully qualified name of the signal to be fetched.
4153 4154 4155 4156 4157 4158 4159 4160 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4153 class SignalFetchInformation < Struct.new( :fully_qualified_name, :signal_fetch_config, :condition_language_version, :actions) SENSITIVE = [:actions] include Aws::Structure end |
#signal_fetch_config ⇒ Types::SignalFetchConfig
The configuration of the signal fetch operation.
4153 4154 4155 4156 4157 4158 4159 4160 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4153 class SignalFetchInformation < Struct.new( :fully_qualified_name, :signal_fetch_config, :condition_language_version, :actions) SENSITIVE = [:actions] include Aws::Structure end |