class
Amazonite::Ssm::OpsItemIdentity
- Amazonite::Ssm::OpsItemIdentity
- Reference
- Object
Overview
Information about the user or resource that created an OpsItem event.
Included Modules
- JSON::Serializable
Defined in:
ssm/ops_item_identity.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def arn : String | Nil
#
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
def arn=(arn : String | Nil)
#
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.