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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionTypes::DocumentDefaultVersionDescription

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



18794
18795
18796
18797
18798
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18794

class UpdateDocumentDefaultVersionResult < Struct.new(
  :description)
  SENSITIVE = []
  include Aws::Structure
end