Class: Aws::FMS::Types::GetNotificationChannelResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#sns_role_nameString

The IAM role that is used by AWS Firewall Manager to record activity to SNS.

Returns:

  • (String)


200
201
202
203
204
# File 'lib/aws-sdk-fms/types.rb', line 200

class GetNotificationChannelResponse < Struct.new(
  :sns_topic_arn,
  :sns_role_name)
  include Aws::Structure
end

#sns_topic_arnString

The SNS topic that records AWS Firewall Manager activity.

Returns:

  • (String)


200
201
202
203
204
# File 'lib/aws-sdk-fms/types.rb', line 200

class GetNotificationChannelResponse < Struct.new(
  :sns_topic_arn,
  :sns_role_name)
  include Aws::Structure
end