Class: Aws::SSM::Types::UpdateDocumentDefaultVersionResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionTypes::DocumentDefaultVersionDescription

The description of a custom document that you want to set as the default version.



13043
13044
13045
13046
# File 'lib/aws-sdk-ssm/types.rb', line 13043

class UpdateDocumentDefaultVersionResult < Struct.new(
  :description)
  include Aws::Structure
end