Class: Aws::SecurityIR::Types::IncidentResponder
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::IncidentResponder
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :job_title, :email]
Instance Attribute Summary collapse
Instance Attribute Details
#communication_preferences ⇒ Array<String>
850 851 852 853 854 855 856 857 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 850 class IncidentResponder < Struct.new( :name, :job_title, :email, :communication_preferences) SENSITIVE = [:name, :job_title, :email] include Aws::Structure end |
#email ⇒ String
850 851 852 853 854 855 856 857 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 850 class IncidentResponder < Struct.new( :name, :job_title, :email, :communication_preferences) SENSITIVE = [:name, :job_title, :email] include Aws::Structure end |
#job_title ⇒ String
850 851 852 853 854 855 856 857 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 850 class IncidentResponder < Struct.new( :name, :job_title, :email, :communication_preferences) SENSITIVE = [:name, :job_title, :email] include Aws::Structure end |
#name ⇒ String
850 851 852 853 854 855 856 857 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 850 class IncidentResponder < Struct.new( :name, :job_title, :email, :communication_preferences) SENSITIVE = [:name, :job_title, :email] include Aws::Structure end |