Class: Aws::SSM::Types::UpdateDocumentDefaultVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UpdateDocumentDefaultVersionRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_version ⇒ String
The version of a custom document that you want to set as the default version.
-
#name ⇒ String
The name of a custom document that you want to set as the default version.
Instance Attribute Details
#document_version ⇒ String
The version of a custom document that you want to set as the default version.
18780 18781 18782 18783 18784 18785 |
# File 'lib/aws-sdk-ssm/types.rb', line 18780 class UpdateDocumentDefaultVersionRequest < Struct.new( :name, :document_version) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a custom document that you want to set as the default version.
18780 18781 18782 18783 18784 18785 |
# File 'lib/aws-sdk-ssm/types.rb', line 18780 class UpdateDocumentDefaultVersionRequest < Struct.new( :name, :document_version) SENSITIVE = [] include Aws::Structure end |