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)


4083
4084
4085
4086
4087
4088
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4083

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

#nameString

The name of the updated signal catalog.

Returns:

  • (String)


4083
4084
4085
4086
4087
4088
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4083

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