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)


15907
15908
15909
15910
15911
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 15907

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