Class: Aws::IoTFleetWise::Types::DeleteSignalCatalogResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::DeleteSignalCatalogResponse
- 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 deleted signal catalog.
-
#name ⇒ String
The name of the deleted signal catalog.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted signal catalog.
1646 1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1646 class DeleteSignalCatalogResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the deleted signal catalog.
1646 1647 1648 1649 1650 1651 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1646 class DeleteSignalCatalogResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |