class
Amazonite::Ssm::AssociateOpsItemRelatedItemRequest
- Amazonite::Ssm::AssociateOpsItemRelatedItemRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/associate_ops_item_related_item_request.crConstructors
- .new(ops_item_id : String, association_type : String, resource_type : String, resource_uri : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#association_type : String
The type of association that you want to create between an OpsItem and a resource.
-
#association_type=(association_type : String)
The type of association that you want to create between an OpsItem and a resource.
-
#hash(hasher)
See
Object#hash(hasher) -
#ops_item_id : String
The ID of the OpsItem to which you want to associate a resource as a related item.
-
#ops_item_id=(ops_item_id : String)
The ID of the OpsItem to which you want to associate a resource as a related item.
-
#resource_type : String
The type of resource that you want to associate with an OpsItem.
-
#resource_type=(resource_type : String)
The type of resource that you want to associate with an OpsItem.
-
#resource_uri : String
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
-
#resource_uri=(resource_uri : String)
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The type of association that you want to create between an OpsItem and a resource. OpsCenter
supports IsParentOf and RelatesTo association types.
The type of association that you want to create between an OpsItem and a resource. OpsCenter
supports IsParentOf and RelatesTo association types.
The ID of the OpsItem to which you want to associate a resource as a related item.
The ID of the OpsItem to which you want to associate a resource as a related item.
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.
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.
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.
The Amazon Resource Name (ARN) of the Amazon Web Services resource that you want to associate with the OpsItem.