class
Amazonite::Ssm::DocumentDefaultVersionDescription
- Amazonite::Ssm::DocumentDefaultVersionDescription
- Reference
- Object
Overview
A default version of a document.
Included Modules
- JSON::Serializable
Defined in:
ssm/document_default_version_description.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String | Nil = nil, default_version : String | Nil = nil, default_version_name : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#default_version : String | Nil
The default version of the document.
-
#default_version=(default_version : String | Nil)
The default version of the document.
-
#default_version_name : String | Nil
The default version of the artifact associated with the document.
-
#default_version_name=(default_version_name : String | Nil)
The default version of the artifact associated with the document.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String | Nil
The name of the document.
-
#name=(name : String | Nil)
The name of the document.
- #validate! : Nil
Constructor Detail
def self.new(name : String | Nil = nil, default_version : String | Nil = nil, default_version_name : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def default_version_name : String | Nil
#
The default version of the artifact associated with the document.
def default_version_name=(default_version_name : String | Nil)
#
The default version of the artifact associated with the document.