Class: Aws::IoTFleetWise::Types::CreateSignalCatalogResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateSignalCatalogResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the created signal catalog.
-
#name ⇒ String
The name of the created signal catalog.
Instance Attribute Details
#arn ⇒ String
The ARN of the created signal catalog.
921 922 923 924 925 926 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 921 class CreateSignalCatalogResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the created signal catalog.
921 922 923 924 925 926 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 921 class CreateSignalCatalogResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |