Class: Aws::SecurityHub::Types::DeleteConfigurationPolicyRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The Amazon Resource Name (ARN) or universally unique identifier (UUID) of the configuration policy.

Returns:

  • (String)


24066
24067
24068
24069
24070
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 24066

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