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

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 vehicle model.

Returns:

  • (String)


812
813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812

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)


812
813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812

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>)


812
813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812

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)


812
813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812

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:



812
813
814
815
816
817
818
819
820
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 812

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