Class: Aws::SSM::Types::OpsItemIdentity

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Information about the user or resource that created an OpsItem event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.

Returns:

  • (String)


13142
13143
13144
13145
13146
# File 'lib/aws-sdk-ssm/types.rb', line 13142

class OpsItemIdentity < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end