Method: Aws::AuditManager::Types::Settings#sns_topic
- Defined in:
- lib/aws-sdk-auditmanager/types.rb
#sns_topic ⇒ String
The designated Amazon Simple Notification Service (Amazon SNS) topic.
4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 |
# File 'lib/aws-sdk-auditmanager/types.rb', line 4234 class Settings < Struct.new( :is_aws_org_enabled, :sns_topic, :default_assessment_reports_destination, :default_process_owners, :kms_key, :evidence_finder_enablement, :deregistration_policy, :default_export_destination) SENSITIVE = [:sns_topic, :default_assessment_reports_destination, :default_process_owners] include Aws::Structure end |