Class: Aws::SecurityHub::Types::DeleteConnectorV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_idString

The UUID of the connectorV2 to identify connectorV2 resource.

Returns:

  • (String)


23828
23829
23830
23831
23832
# File 'lib/aws-sdk-securityhub/types.rb', line 23828

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