Class: Aws::IoTFleetWise::Types::UpdateSignalCatalogResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the updated signal catalog.

Returns:

  • (String)


4968
4969
4970
4971
4972
4973
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4968

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

#nameString

The name of the updated signal catalog.

Returns:

  • (String)


4968
4969
4970
4971
4972
4973
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4968

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