Class: Aws::IoTFleetWise::Types::GetSignalCatalogResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetSignalCatalogResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
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).
-
#description ⇒ String
A brief description of the signal catalog.
-
#last_modification_time ⇒ Time
The last time the signal catalog was modified.
-
#name ⇒ String
The name of the signal catalog.
-
#node_counts ⇒ Types::NodeCounts
The total number of network nodes specified in a signal catalog.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the signal catalog.
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249 class GetSignalCatalogResponse < Struct.new( :name, :arn, :description, :node_counts, :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).
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249 class GetSignalCatalogResponse < Struct.new( :name, :arn, :description, :node_counts, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the signal catalog.
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249 class GetSignalCatalogResponse < Struct.new( :name, :arn, :description, :node_counts, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The last time the signal catalog was modified.
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249 class GetSignalCatalogResponse < Struct.new( :name, :arn, :description, :node_counts, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the signal catalog.
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249 class GetSignalCatalogResponse < Struct.new( :name, :arn, :description, :node_counts, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |
#node_counts ⇒ Types::NodeCounts
The total number of network nodes specified in a signal catalog.
2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 2249 class GetSignalCatalogResponse < Struct.new( :name, :arn, :description, :node_counts, :creation_time, :last_modification_time) SENSITIVE = [] include Aws::Structure end |