class Amazonite::Ssm::UpdateOpsMetadataResult

Included Modules

Defined in:

ssm/update_ops_metadata_result.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(ops_metadata_arn : String | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def ops_metadata_arn : String | Nil #

The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.


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

The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.


[View source]
def validate! : Nil #

[View source]