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

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 decoder manifest.

Returns:

  • (String)


3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3958

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

#nameString

The name of the updated decoder manifest.

Returns:

  • (String)


3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 3958

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