Class: Aws::IoTFleetWise::Types::DeleteModelManifestResponse

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 deleted model manifest.

Returns:

  • (String)


1621
1622
1623
1624
1625
1626
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1621

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

#nameString

The name of the deleted model manifest.

Returns:

  • (String)


1621
1622
1623
1624
1625
1626
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1621

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