Class: Aws::SecurityIR::Types::UpdateResolverTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::UpdateResolverTypeRequest
- Includes:
- Aws::Structure
- Defined in:
- 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.
1914 1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-securityir/types.rb', line 1914 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.
1914 1915 1916 1917 1918 1919 |
# File 'lib/aws-sdk-securityir/types.rb', line 1914 class UpdateResolverTypeRequest < Struct.new( :case_id, :resolver_type) SENSITIVE = [] include Aws::Structure end |