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.
19398 19399 19400 19401 19402 |
# File 'lib/aws-sdk-ssm/types.rb', line 19398 class UpdateDocumentDefaultVersionResult < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |