Class: Aws::SSM::Types::PutInventoryResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Information about the request.

Returns:

  • (String)


13033
13034
13035
13036
# File 'lib/aws-sdk-ssm/types.rb', line 13033

class PutInventoryResult < Struct.new(
  :message)
  include Aws::Structure
end