Class: Aws::Shield::Types::AssociateHealthCheckRequest

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 to associate with the protection.

Returns:

  • (String)


134
135
136
137
138
139
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 134

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

#protection_idString

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

Returns:

  • (String)


134
135
136
137
138
139
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 134

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