class Amazonite::Ssm::AssociateOpsItemRelatedItemRequest

Included Modules

Defined in:

ssm/associate_ops_item_related_item_request.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ops_item_id : String, association_type : String, resource_type : String, resource_uri : String) #

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

[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_type : String #

The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf and RelatesTo association types.


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

The type of association that you want to create between an OpsItem and a resource. OpsCenter supports IsParentOf and RelatesTo association types.


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

See Object#hash(hasher)


def ops_item_id : String #

The ID of the OpsItem to which you want to associate a resource as a related item.


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

The ID of the OpsItem to which you want to associate a resource as a related item.


[View source]
def resource_type : String #

The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:

AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.

AWS::SSM::Document: a Systems Manager (SSM) document.


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

The type of resource that you want to associate with an OpsItem. OpsCenter supports the following types:

AWS::SSMIncidents::IncidentRecord: an Incident Manager incident.

AWS::SSM::Document: a Systems Manager (SSM) document.


[View source]
def resource_uri : String #

The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.


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

The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.


[View source]
def validate! : Nil #

[View source]