Class: Aws::SSM::Types::OpsItemNotification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemNotification
- 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
-
#arn ⇒ String
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.
Instance Attribute Details
#arn ⇒ String
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.
13629 13630 13631 13632 13633 |
# File 'lib/aws-sdk-ssm/types.rb', line 13629 class OpsItemNotification < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |