Class: Aws::SecurityHub::Types::DeleteConnectorV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::DeleteConnectorV2Request
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
Instance Attribute Details
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
23836 23837 23838 23839 23840 |
# File 'lib/aws-sdk-securityhub/types.rb', line 23836 class DeleteConnectorV2Request < Struct.new( :connector_id) SENSITIVE = [] include Aws::Structure end |