class
Amazonite::Ssm::DescribeDocumentRequest
- Amazonite::Ssm::DescribeDocumentRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/describe_document_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(name : String, document_version : String | Nil = nil, 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. -
#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?.
The document version for which you want information. Can be a specific version or the default version.
The document version for which you want information. Can be a specific version or the default version.
The name of the SSM document.
If you're calling a shared SSM document from a different Amazon Web Services account, Name is
the full Amazon Resource Name (ARN) of the document.
The name of the SSM document.
If you're calling a shared SSM document from a different Amazon Web Services account, Name is
the full Amazon Resource Name (ARN) of the document.
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.