Class: Aws::SSM::Types::DocumentDefaultVersionDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DocumentDefaultVersionDescription
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
A default version of a document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_version ⇒ String
The default version of the document.
-
#default_version_name ⇒ String
The default version of the artifact associated with the document.
-
#name ⇒ String
The name of the document.
Instance Attribute Details
#default_version ⇒ String
The default version of the document.
6517 6518 6519 6520 6521 6522 6523 |
# File 'lib/aws-sdk-ssm/types.rb', line 6517 class DocumentDefaultVersionDescription < Struct.new( :name, :default_version, :default_version_name) SENSITIVE = [] include Aws::Structure end |
#default_version_name ⇒ String
The default version of the artifact associated with the document.
6517 6518 6519 6520 6521 6522 6523 |
# File 'lib/aws-sdk-ssm/types.rb', line 6517 class DocumentDefaultVersionDescription < Struct.new( :name, :default_version, :default_version_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the document.
6517 6518 6519 6520 6521 6522 6523 |
# File 'lib/aws-sdk-ssm/types.rb', line 6517 class DocumentDefaultVersionDescription < Struct.new( :name, :default_version, :default_version_name) SENSITIVE = [] include Aws::Structure end |