Class: Aws::SSM::Types::UpdateDocumentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateDocumentResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_description ⇒ Types::DocumentDescription
A description of the document that was updated.
Instance Attribute Details
#document_description ⇒ Types::DocumentDescription
A description of the document that was updated.
18898 18899 18900 18901 18902 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18898 class UpdateDocumentResult < Struct.new( :document_description) SENSITIVE = [] include Aws::Structure end |