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.
18776 18777 18778 18779 18780 18781 |
# File 'lib/aws-sdk-ssm/types.rb', line 18776 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.
18776 18777 18778 18779 18780 18781 |
# File 'lib/aws-sdk-ssm/types.rb', line 18776 class UpdateDocumentDefaultVersionRequest < Struct.new( :name, :document_version) SENSITIVE = [] include Aws::Structure end |