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.



2465
2466
2467
2468
# File 'lib/aws-sdk-ssm/types.rb', line 2465

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