Class: Aws::IoTFleetWise::Types::CreateModelManifestRequest

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

#descriptionString

A brief description of the vehicle model.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 862

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

#nameString

The name of the vehicle model to create.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 862

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

#nodesArray<String>

A list of nodes, which are a general abstraction of signals.

Returns:

  • (Array<String>)


862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 862

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

#signal_catalog_arnString

The Amazon Resource Name (ARN) of a signal catalog.

Returns:

  • (String)


862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 862

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

#tagsArray<Types::Tag>

Metadata that can be used to manage the vehicle model.

Returns:



862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 862

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