Class: Aws::IoTFleetWise::Types::StateTemplateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::StateTemplateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Information about a state template.
Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see [Amazon Web Services Region and feature availability] in the *Amazon Web Services IoT FleetWise Developer Guide*.
[1]: docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleetwise-regions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the state template.
-
#creation_time ⇒ Time
The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#description ⇒ String
A brief description of the state template.
-
#id ⇒ String
The unique ID of the state template.
-
#last_modification_time ⇒ Time
The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
-
#name ⇒ String
The name of the state template.
-
#signal_catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the signal catalog associated with the state template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the state template.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4296 class StateTemplateSummary < Struct.new( :name, :arn, :signal_catalog_arn, :description, :creation_time, :last_modification_time, :id) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time the state template was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4296 class StateTemplateSummary < Struct.new( :name, :arn, :signal_catalog_arn, :description, :creation_time, :last_modification_time, :id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A brief description of the state template.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4296 class StateTemplateSummary < Struct.new( :name, :arn, :signal_catalog_arn, :description, :creation_time, :last_modification_time, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the state template.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4296 class StateTemplateSummary < Struct.new( :name, :arn, :signal_catalog_arn, :description, :creation_time, :last_modification_time, :id) SENSITIVE = [] include Aws::Structure end |
#last_modification_time ⇒ Time
The time the state template was last updated, in seconds since epoch (January 1, 1970 at midnight UTC time).
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4296 class StateTemplateSummary < Struct.new( :name, :arn, :signal_catalog_arn, :description, :creation_time, :last_modification_time, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the state template.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4296 class StateTemplateSummary < Struct.new( :name, :arn, :signal_catalog_arn, :description, :creation_time, :last_modification_time, :id) SENSITIVE = [] include Aws::Structure end |
#signal_catalog_arn ⇒ String
The Amazon Resource Name (ARN) of the signal catalog associated with the state template.
4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4296 class StateTemplateSummary < Struct.new( :name, :arn, :signal_catalog_arn, :description, :creation_time, :last_modification_time, :id) SENSITIVE = [] include Aws::Structure end |