Class: Aws::SSM::Types::OpsItemNotification

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

Overview

A notification about the OpsItem.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.

Returns:

  • (String)


13109
13110
13111
13112
13113
# File 'lib/aws-sdk-ssm/types.rb', line 13109

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