Class: Aws::IoTFleetWise::Types::SignalFetchInformation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionsArray<String>

The actions to be performed by the signal fetch.

Returns:

  • (Array<String>)


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_versionInteger

The version of the condition language used.

Returns:

  • (Integer)


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_nameString

The fully qualified name of the signal to be fetched.

Returns:

  • (String)


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_configTypes::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