Class: Aws::SSM::Types::CreateDocumentResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#document_descriptionTypes::DocumentDescription

Information about the Systems Manager document.



2743
2744
2745
2746
# File 'lib/aws-sdk-ssm/types.rb', line 2743

class CreateDocumentResult < Struct.new(
  :document_description)
  include Aws::Structure
end