Class: Aws::FMS::Types::GetNotificationChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetNotificationChannelResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sns_role_name ⇒ String
The IAM role that is used by Firewall Manager to record activity to SNS.
-
#sns_topic_arn ⇒ String
The SNS topic that records Firewall Manager activity.
Instance Attribute Details
#sns_role_name ⇒ String
The IAM role that is used by Firewall Manager to record activity to SNS.
1545 1546 1547 1548 1549 1550 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1545 class GetNotificationChannelResponse < Struct.new( :sns_topic_arn, :sns_role_name) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
The SNS topic that records Firewall Manager activity.
1545 1546 1547 1548 1549 1550 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1545 class GetNotificationChannelResponse < Struct.new( :sns_topic_arn, :sns_role_name) SENSITIVE = [] include Aws::Structure end |