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.
5033 5034 5035 5036 5037 5038 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5033 class UpdateSignalCatalogResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the updated signal catalog.
5033 5034 5035 5036 5037 5038 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 5033 class UpdateSignalCatalogResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |