Class: Aws::IoTFleetWise::Types::DeleteSignalCatalogResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the deleted signal catalog.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1337

class DeleteSignalCatalogResponse < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the deleted signal catalog.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1337

class DeleteSignalCatalogResponse < Struct.new(
  :name,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end