Class: Aws::Shield::Types::DisassociateHealthCheckRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::DisassociateHealthCheckRequest
- Defined in:
- gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#health_check_arn ⇒ String
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
-
#protection_id ⇒ String
The unique identifier (ID) for the Protection object to remove the health check association from.
Instance Attribute Details
#health_check_arn ⇒ String
The Amazon Resource Name (ARN) of the health check that is associated with the protection.
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_id ⇒ String
The unique identifier (ID) for the Protection object to remove the health check association from.
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 |