class Amazonite::Ssm::OpsItemRelatedItemSummary

Overview

Summary information about related-item resources for an OpsItem.

Included Modules

Defined in:

ssm/ops_item_related_item_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(ops_item_id : String | Nil = nil, association_id : String | Nil = nil, resource_type : String | Nil = nil, association_type : String | Nil = nil, resource_uri : String | Nil = nil, created_by : OpsItemIdentity | Nil = nil, created_time : Time | Nil = nil, last_modified_by : OpsItemIdentity | Nil = nil, last_modified_time : Time | 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 association_id : String | Nil #

The association ID.


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

The association ID.


[View source]
def association_type : String | Nil #

The association type.


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

The association type.


[View source]
def created_by : OpsItemIdentity | Nil #

[View source]
def created_by=(created_by : OpsItemIdentity | Nil) #

[View source]
def created_time : Time | Nil #

The time the related-item association was created.


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

The time the related-item association was created.


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

See Object#hash(hasher)


def last_modified_by : OpsItemIdentity | Nil #

[View source]
def last_modified_by=(last_modified_by : OpsItemIdentity | Nil) #

[View source]
def last_modified_time : Time | Nil #

The time the related-item association was last updated.


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

The time the related-item association was last updated.


[View source]
def ops_item_id : String | Nil #

The OpsItem ID.


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

The OpsItem ID.


[View source]
def resource_type : String | Nil #

The resource type.


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

The resource type.


[View source]
def resource_uri : String | Nil #

The Amazon Resource Name (ARN) of the related-item resource.


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

The Amazon Resource Name (ARN) of the related-item resource.


[View source]
def validate! : Nil #

[View source]