Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::IoTFleetWise::Types::SignalCatalogSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the signal catalog.

Returns:

  • (String)

4021
4022
4023
4024
4025
4026
4027
4028
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4021

class SignalCatalogSummary < Struct.new(
  :name,
  :arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (Time)

4021
4022
4023
4024
4025
4026
4027
4028
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4021

class SignalCatalogSummary < Struct.new(
  :name,
  :arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modification_timeTime

The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).

Returns:

  • (Time)

4021
4022
4023
4024
4025
4026
4027
4028
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4021

class SignalCatalogSummary < Struct.new(
  :name,
  :arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the signal catalog.

Returns:

  • (String)

4021
4022
4023
4024
4025
4026
4027
4028
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4021

class SignalCatalogSummary < Struct.new(
  :name,
  :arn,
  :creation_time,
  :last_modification_time)
  SENSITIVE = []
  include Aws::Structure
end