Amazonite::SsmV1::DocumentDescription
Inherits JSON::Serializable < Reference < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(sha_1 : String | Nil = nil, hash : String | Nil = nil, hash_type : DocumentHashType | Nil = nil, name : String | Nil = nil, display_name : String | Nil = nil, version_name : String | Nil = nil, owner : String | Nil = nil, created_date : Time | Nil = nil, status : DocumentStatus | Nil = nil, status_information : String | Nil = nil, document_version : String | Nil = nil, description : String | Nil = nil, parameters : Array(DocumentParameter) | Nil = nil, platform_types : Array(PlatformType) | Nil = nil, document_type : DocumentType | Nil = nil, schema_version : String | Nil = nil, latest_version : String | Nil = nil, default_version : String | Nil = nil, document_format : DocumentFormat | Nil = nil, target_type : String | Nil = nil, tags : Array(Tag) | Nil = nil, attachments_information : Array(AttachmentInformation) | Nil = nil, requires : Array(DocumentRequires) | Nil = nil, author : String | Nil = nil, review_information : Array(ReviewInformation) | Nil = nil, approved_version : String | Nil = nil, pending_review_version : String | Nil = nil, review_status : ReviewStatus | Nil = nil, category : Array(String) | Nil = nil, category_enum : Array(String) | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
approved_version
Sourceattachments_information
Sourceauthor
Sourcecategory
Sourcecategory_enum
Sourcecreated_date
Sourcedefault_version
Sourcedescription
Sourcedisplay_name
Sourcedocument_format
Sourcedocument_format=(document_format : DocumentFormat | Nil)
Sourcedocument_type
Sourcedocument_type=(document_type : DocumentType | Nil)
Sourcedocument_version
Sourcehash
Generates an UInt64 hash value for this object.
This method must have the property that a == b implies a.hash == b.hash.
The hash value is used along with == by the Hash class to determine if two objects
reference the same hash key.
Subclasses must not override this method. Instead, they must define hash(hasher),
though usually the macro def_hash can be used to generate this method.
hash_type
Sourcehash_type=(hash_type : DocumentHashType | Nil)
Sourcelatest_version
Sourcename
Sourceowner
Sourceparameters
Sourcepending_review_version
Sourceplatform_types
Sourcerequires
Sourcereview_information
Sourcereview_status
Sourcereview_status=(review_status : ReviewStatus | Nil)
Sourceschema_version
Sourcesha_1
Sourcestatus
Sourcestatus=(status : DocumentStatus | Nil)
Sourcestatus_information
Sourcetags
Sourcetarget_type
Sourceversion_name
Source