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)


3463
3464
3465
3466
3467
3468
3469
3470
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3463

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)


3463
3464
3465
3466
3467
3468
3469
3470
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3463

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)


3463
3464
3465
3466
3467
3468
3469
3470
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3463

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)


3463
3464
3465
3466
3467
3468
3469
3470
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3463

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