Class: Aws::IoTFleetWise::Types::SignalCatalogSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::SignalCatalogSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the signal catalog.
-
#creation_time ⇒ Time
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#last_modification_time ⇒ Time
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#name ⇒ String
The name of the signal catalog.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the signal catalog.
4086 4087 4088 4089 4090 4091 4092 4093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4086 class SignalCatalogSummary < Struct.new( :name, :arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
4086 4087 4088 4089 4090 4091 4092 4093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4086 class SignalCatalogSummary < Struct.new( :name, :arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
4086 4087 4088 4089 4090 4091 4092 4093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4086 class SignalCatalogSummary < Struct.new( :name, :arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the signal catalog.
4086 4087 4088 4089 4090 4091 4092 4093 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4086 class SignalCatalogSummary < Struct.new( :name, :arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |