Class: Aws::IoTFleetWise::Types::ImportSignalCatalogRequest

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

#descriptionString

A brief description of the signal catalog.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2103

class ImportSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :vss,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the signal catalog to import.

Returns:

  • (String)


2103
2104
2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2103

class ImportSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :vss,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Metadata that can be used to manage the signal catalog.

Returns:



2103
2104
2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2103

class ImportSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :vss,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#vssTypes::FormattedVss

The contents of the Vehicle Signal Specification (VSS) configuration. VSS is a precise language used to describe and model signals in vehicle networks.

Returns:



2103
2104
2105
2106
2107
2108
2109
2110
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2103

class ImportSignalCatalogRequest < Struct.new(
  :name,
  :description,
  :vss,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end