Class: Aws::IoTFleetWise::Types::UpdateDecoderManifestResponse

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

#arnString

The Amazon Resource Name (ARN) of the updated decoder manifest.

Returns:

  • (String)


3944
3945
3946
3947
3948
3949
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3944

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

#nameString

The name of the updated decoder manifest.

Returns:

  • (String)


3944
3945
3946
3947
3948
3949
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 3944

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