Class: Aws::SecurityIR::Types::UpdateResolverTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::UpdateResolverTypeRequest
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
Required element for UpdateResolverType to identify the case to update.
-
#resolver_type ⇒ String
Required element for UpdateResolverType to identify the new resolver.
Instance Attribute Details
#case_id ⇒ String
Required element for UpdateResolverType to identify the case to update.
1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1710 class UpdateResolverTypeRequest < Struct.new( :case_id, :resolver_type) SENSITIVE = [] include Aws::Structure end |
#resolver_type ⇒ String
Required element for UpdateResolverType to identify the new resolver.
1710 1711 1712 1713 1714 1715 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1710 class UpdateResolverTypeRequest < Struct.new( :case_id, :resolver_type) SENSITIVE = [] include Aws::Structure end |