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.



18642
18643
18644
18645
18646
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 18642

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