class Amazonite::Ssm::OpsMetadata

Overview

Operational metadata for an application in Application Manager.

Included Modules

Defined in:

ssm/ops_metadata.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(resource_id : String | Nil = nil, ops_metadata_arn : String | Nil = nil, last_modified_date : Time | Nil = nil, last_modified_user : String | Nil = nil, creation_date : Time | Nil = nil) #

[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 creation_date : Time | Nil #

The date the OpsMetadata objects was created.


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

The date the OpsMetadata objects was created.


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

See Object#hash(hasher)


def last_modified_date : Time | Nil #

The date the OpsMetadata object was last updated.


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

The date the OpsMetadata object was last updated.


[View source]
def last_modified_user : String | Nil #

The user name who last updated the OpsMetadata object.


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

The user name who last updated the OpsMetadata object.


[View source]
def ops_metadata_arn : String | Nil #

The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.


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

The Amazon Resource Name (ARN) of the OpsMetadata Object or blob.


[View source]
def resource_id : String | Nil #

The ID of the Application Manager application.


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

The ID of the Application Manager application.


[View source]
def validate! : Nil #

[View source]