class
Amazonite::Ssm::GetDocumentRequest
- Amazonite::Ssm::GetDocumentRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_document_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, version_name : String | Nil = nil, document_version : String | Nil = nil, document_format : DocumentFormat | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#document_format : DocumentFormat | Nil
Returns the document in the specified format.
-
#document_format=(document_format : DocumentFormat | Nil)
Returns the document in the specified format.
-
#document_version : String | Nil
The document version for which you want information.
-
#document_version=(document_version : String | Nil)
The document version for which you want information.
-
#hash(hasher)
See
Object#hash(hasher) -
#name : String
The name of the SSM document.
-
#name=(name : String)
The name of the SSM document.
- #validate! : Nil
-
#version_name : String | Nil
An optional field specifying the version of the artifact associated with the document.
-
#version_name=(version_name : String | Nil)
An optional field specifying the version of the artifact associated with the document.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format.
The document version for which you want information.
An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document and can't be changed.
An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document and can't be changed.