Class: Aws::IoTFleetWise::Types::UpdateModelManifestRequest

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)


4904
4905
4906
4907
4908
4909
4910
4911
4912
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4904

class UpdateModelManifestRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the vehicle model to update.

Returns:

  • (String)


4904
4905
4906
4907
4908
4909
4910
4911
4912
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4904

class UpdateModelManifestRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nodes_to_addArray<String>

A list of ‘fullyQualifiedName` of nodes, which are a general abstraction of signals, to add to the vehicle model.

Returns:

  • (Array<String>)


4904
4905
4906
4907
4908
4909
4910
4911
4912
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4904

class UpdateModelManifestRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nodes_to_removeArray<String>

A list of ‘fullyQualifiedName` of nodes, which are a general abstraction of signals, to remove from the vehicle model.

Returns:

  • (Array<String>)


4904
4905
4906
4907
4908
4909
4910
4911
4912
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4904

class UpdateModelManifestRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The state of the vehicle model. If the status is ‘ACTIVE`, the vehicle model can’t be edited. If the status is ‘DRAFT`, you can edit the vehicle model.

Returns:

  • (String)


4904
4905
4906
4907
4908
4909
4910
4911
4912
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4904

class UpdateModelManifestRequest < Struct.new(
  :name,
  :description,
  :nodes_to_add,
  :nodes_to_remove,
  :status)
  SENSITIVE = []
  include Aws::Structure
end