Class: Aws::SecurityIR::Types::UpdateResolverTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::UpdateResolverTypeResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
Response element for UpdateResolver identifying the case ID being updated.
-
#case_status ⇒ String
Response element for UpdateResolver identifying the current status of the case.
-
#resolver_type ⇒ String
Response element for UpdateResolver identifying the current resolver of the case.
Instance Attribute Details
#case_id ⇒ String
Response element for UpdateResolver identifying the case ID being updated.
1492 1493 1494 1495 1496 1497 1498 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1492 class UpdateResolverTypeResponse < Struct.new( :case_id, :case_status, :resolver_type) SENSITIVE = [] include Aws::Structure end |
#case_status ⇒ String
Response element for UpdateResolver identifying the current status of the case.
1492 1493 1494 1495 1496 1497 1498 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1492 class UpdateResolverTypeResponse < Struct.new( :case_id, :case_status, :resolver_type) SENSITIVE = [] include Aws::Structure end |
#resolver_type ⇒ String
Response element for UpdateResolver identifying the current resolver of the case.
1492 1493 1494 1495 1496 1497 1498 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1492 class UpdateResolverTypeResponse < Struct.new( :case_id, :case_status, :resolver_type) SENSITIVE = [] include Aws::Structure end |