class
Amazonite::Ssm::UpdateDocumentDefaultVersionRequest
- Amazonite::Ssm::UpdateDocumentDefaultVersionRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/update_document_default_version_request.crConstructors
- .new(name : String, document_version : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#document_version : String
The version of a custom document that you want to set as the default version.
-
#document_version=(document_version : String)
The version of a custom document that you want to set as the default version.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of a custom document that you want to set as the default version.
-
#name=(name : String)
The name of a custom document that you want to set as the default version.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def document_version : String
#
The version of a custom document that you want to set as the default version.
def document_version=(document_version : String)
#
The version of a custom document that you want to set as the default version.
def name=(name : String)
#
The name of a custom document that you want to set as the default version.