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

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 ARN of the updated signal catalog.

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4069

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

#nameString

The name of the updated signal catalog.

Returns:

  • (String)


4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4069

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