Class: Aws::SSM::Types::UpdateDocumentDefaultVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateDocumentDefaultVersionResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ Types::DocumentDefaultVersionDescription
The description of a custom document that you want to set as the default version.
Instance Attribute Details
#description ⇒ Types::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 |