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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sns_role_nameString

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

Returns:

  • (String)


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_arnString

The SNS topic that records Firewall Manager activity.

Returns:

  • (String)


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