Class: Aws::IoTFleetWise::Types::SignalCatalogSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::SignalCatalogSummary
- Includes:
- Structure
- Defined in:
- 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.
4021 4022 4023 4024 4025 4026 4027 4028 |
# File '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_time ⇒ Time
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
4021 4022 4023 4024 4025 4026 4027 4028 |
# File '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_time ⇒ Time
The time the signal catalog was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4021 class SignalCatalogSummary < Struct.new( :name, :arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the signal catalog.
4021 4022 4023 4024 4025 4026 4027 4028 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4021 class SignalCatalogSummary < Struct.new( :name, :arn, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |