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.
19381 19382 19383 19384 19385 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 19381 class UpdateDocumentDefaultVersionResult < Struct.new( :description) SENSITIVE = [] include Aws::Structure end |