Class: Aws::Shield::Types::DisassociateHealthCheckRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#health_check_arnString

The Amazon Resource Name (ARN) of the health check that is associated with the protection.

Returns:

  • (String)


901
902
903
904
905
906
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 901

class DisassociateHealthCheckRequest < Struct.new(
  :protection_id,
  :health_check_arn)
  SENSITIVE = []
  include Aws::Structure
end

#protection_idString

The unique identifier (ID) for the Protection object to remove the health check association from.

Returns:

  • (String)


901
902
903
904
905
906
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 901

class DisassociateHealthCheckRequest < Struct.new(
  :protection_id,
  :health_check_arn)
  SENSITIVE = []
  include Aws::Structure
end