Class: Aws::IoTFleetWise::Types::DeleteStateTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteStateTemplateResponse
- 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 state template.
-
#id ⇒ String
The unique ID of the state template.
-
#name ⇒ String
The name of the state template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the state template.
1675 1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1675 class DeleteStateTemplateResponse < Struct.new( :name, :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the state template.
1675 1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1675 class DeleteStateTemplateResponse < Struct.new( :name, :arn, :id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the state template.
1675 1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1675 class DeleteStateTemplateResponse < Struct.new( :name, :arn, :id) SENSITIVE = [] include Aws::Structure end |