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
#email ⇒ String
742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 742 class IncidentResponder < Struct.new( :name, :job_title, :email) SENSITIVE = [:name, :job_title, :email] include Aws::Structure end |
#job_title ⇒ String
742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 742 class IncidentResponder < Struct.new( :name, :job_title, :email) SENSITIVE = [:name, :job_title, :email] include Aws::Structure end |
#name ⇒ String
742 743 744 745 746 747 748 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 742 class IncidentResponder < Struct.new( :name, :job_title, :email) SENSITIVE = [:name, :job_title, :email] include Aws::Structure end |