Class: Aws::IoTFleetWise::Types::UpdateModelManifestResponse

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 Amazon Resource Name (ARN) of the updated vehicle model.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4037

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

#nameString

The name of the updated vehicle model.

Returns:

  • (String)


4037
4038
4039
4040
4041
4042
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4037

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