Class: Aws::SSM::Types::PutInventoryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::PutInventoryResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Information about the request.
Instance Attribute Details
#message ⇒ String
Information about the request.
15205 15206 15207 15208 15209 |
# File 'lib/aws-sdk-ssm/types.rb', line 15205 class PutInventoryResult < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |