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)


13492
13493
13494
13495
13496
# File 'lib/aws-sdk-ssm/types.rb', line 13492

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