Class: Aws::Shield::Types::DeleteProtectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protection_idString

The unique identifier (ID) for the Protection object to be deleted.

Returns:

  • (String)


646
647
648
649
650
# File 'lib/aws-sdk-shield/types.rb', line 646

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