Class: Aws::SSM::Types::UpdateDocumentDefaultVersionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateDocumentDefaultVersionResult
- Includes:
- Aws::Structure
- Defined in:
- 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.
18790 18791 18792 18793 18794 |
# File 'lib/aws-sdk-ssm/types.rb', line 18790 class UpdateDocumentDefaultVersionResult < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |