class Amazonite::Ssm::DocumentDescription

Overview

Describes an Amazon Web Services Systems Manager document (SSM document).

Included Modules

Defined in:

ssm/document_description.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(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) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def approved_version : String | Nil #

The version of the document currently approved for use in the organization.


[View source]
def approved_version=(approved_version : String | Nil) #

The version of the document currently approved for use in the organization.


[View source]
def attachments_information : Array(AttachmentInformation) | Nil #

Details about the document attachments, including names, locations, sizes, and so on.


[View source]
def attachments_information=(attachments_information : Array(AttachmentInformation) | Nil) #

Details about the document attachments, including names, locations, sizes, and so on.


[View source]
def author : String | Nil #

The user in your organization who created the document.


[View source]
def author=(author : String | Nil) #

The user in your organization who created the document.


[View source]
def category : Array(String) | Nil #

The classification of a document to help you identify and categorize its use.


[View source]
def category=(category : Array(String) | Nil) #

The classification of a document to help you identify and categorize its use.


[View source]
def category_enum : Array(String) | Nil #

The value that identifies a document's category.


[View source]
def category_enum=(category_enum : Array(String) | Nil) #

The value that identifies a document's category.


[View source]
def created_date : Time | Nil #

The date when the document was created.


[View source]
def created_date=(created_date : Time | Nil) #

The date when the document was created.


[View source]
def default_version : String | Nil #

The default version.


[View source]
def default_version=(default_version : String | Nil) #

The default version.


[View source]
def description : String | Nil #

A description of the document.


[View source]
def description=(description : String | Nil) #

A description of the document.


[View source]
def display_name : String | Nil #

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.


[View source]
def display_name=(display_name : String | Nil) #

The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.


[View source]
def document_format : DocumentFormat | Nil #

The document format, either JSON or YAML.


[View source]
def document_format=(document_format : DocumentFormat | Nil) #

The document format, either JSON or YAML.


[View source]
def document_type : DocumentType | Nil #

The type of document.


[View source]
def document_type=(document_type : DocumentType | Nil) #

The type of document.


[View source]
def document_version : String | Nil #

The document version.


[View source]
def document_version=(document_version : String | Nil) #

The document version.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def hash : String | Nil #

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.


[View source]
def hash=(hash : String | Nil) #

The Sha256 or Sha1 hash created by the system when the document was created.

Sha1 hashes have been deprecated.


[View source]
def hash_type : DocumentHashType | Nil #

The hash type of the document. Valid values include Sha256 or Sha1.

Sha1 hashes have been deprecated.


[View source]
def hash_type=(hash_type : DocumentHashType | Nil) #

The hash type of the document. Valid values include Sha256 or Sha1.

Sha1 hashes have been deprecated.


[View source]
def latest_version : String | Nil #

The latest version of the document.


[View source]
def latest_version=(latest_version : String | Nil) #

The latest version of the document.


[View source]
def name : String | Nil #

The name of the SSM document.


[View source]
def name=(name : String | Nil) #

The name of the SSM document.


[View source]
def owner : String | Nil #

The Amazon Web Services user that created the document.


[View source]
def owner=(owner : String | Nil) #

The Amazon Web Services user that created the document.


[View source]
def parameters : Array(DocumentParameter) | Nil #

A description of the parameters for a document.


[View source]
def parameters=(parameters : Array(DocumentParameter) | Nil) #

A description of the parameters for a document.


[View source]
def pending_review_version : String | Nil #

The version of the document that is currently under review.


[View source]
def pending_review_version=(pending_review_version : String | Nil) #

The version of the document that is currently under review.


[View source]
def platform_types : Array(PlatformType) | Nil #

The list of operating system (OS) platforms compatible with this SSM document.


[View source]
def platform_types=(platform_types : Array(PlatformType) | Nil) #

The list of operating system (OS) platforms compatible with this SSM document.


[View source]
def requires : Array(DocumentRequires) | Nil #

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.


[View source]
def requires=(requires : Array(DocumentRequires) | Nil) #

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.


[View source]
def review_information : Array(ReviewInformation) | Nil #

Details about the review of a document.


[View source]
def review_information=(review_information : Array(ReviewInformation) | Nil) #

Details about the review of a document.


[View source]
def review_status : ReviewStatus | Nil #

The current status of the review.


[View source]
def review_status=(review_status : ReviewStatus | Nil) #

The current status of the review.


[View source]
def schema_version : String | Nil #

The schema version.


[View source]
def schema_version=(schema_version : String | Nil) #

The schema version.


[View source]
def sha_1 : String | Nil #

The SHA1 hash of the document, which you can use for verification.


[View source]
def sha_1=(sha_1 : String | Nil) #

The SHA1 hash of the document, which you can use for verification.


[View source]
def status : DocumentStatus | Nil #

The status of the SSM document.


[View source]
def status=(status : DocumentStatus | Nil) #

The status of the SSM document.


[View source]
def status_information : String | Nil #

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."


[View source]
def status_information=(status_information : String | Nil) #

A message returned by Amazon Web Services Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."


[View source]
def tags : Array(Tag) | Nil #

The tags, or metadata, that have been applied to the document.


[View source]
def tags=(tags : Array(Tag) | Nil) #

The tags, or metadata, that have been applied to the document.


[View source]
def target_type : String | Nil #

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.


[View source]
def target_type=(target_type : String | Nil) #

The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.


[View source]
def validate! : Nil #

[View source]
def version_name : String | Nil #

The version of the artifact associated with the document.


[View source]
def version_name=(version_name : String | Nil) #

The version of the artifact associated with the document.


[View source]