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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Information about the request.

Returns:

  • (String)


14840
14841
14842
14843
14844
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14840

class PutInventoryResult < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end