Class: Aws::IoTFleetWise::Types::UpdateSignalCatalogResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateSignalCatalogResponse
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the updated signal catalog.
-
#name ⇒ String
The name of the updated signal catalog.
Instance Attribute Details
#arn ⇒ String
The ARN of the updated signal catalog.
4083 4084 4085 4086 4087 4088 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4083 class UpdateSignalCatalogResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the updated signal catalog.
4083 4084 4085 4086 4087 4088 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4083 class UpdateSignalCatalogResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |