Class: Aws::SSM::Types::OpsItemIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemIdentity
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem event.
13555 13556 13557 13558 13559 |
# File 'lib/aws-sdk-ssm/types.rb', line 13555 class OpsItemIdentity < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |