Class: Aws::SecurityIR::Types::UpdateResolverTypeResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

Response element for UpdateResolver identifying the case ID being updated.

Returns:

  • (String)


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_statusString

Response element for UpdateResolver identifying the current status of the case.

Returns:

  • (String)


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_typeString

Response element for UpdateResolver identifying the current resolver of the case.

Returns:

  • (String)


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