Class: Aws::SecurityHub::Types::UpdateConnectorV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateConnectorV2Request
- 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.
-
#description ⇒ String
The description of the connectorV2.
-
#provider ⇒ Types::ProviderUpdateConfiguration
The third-party provider’s service configuration.
Instance Attribute Details
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
33299 33300 33301 33302 33303 33304 33305 |
# File 'lib/aws-sdk-securityhub/types.rb', line 33299 class UpdateConnectorV2Request < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the connectorV2.
33299 33300 33301 33302 33303 33304 33305 |
# File 'lib/aws-sdk-securityhub/types.rb', line 33299 class UpdateConnectorV2Request < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ Types::ProviderUpdateConfiguration
The third-party provider’s service configuration.
33299 33300 33301 33302 33303 33304 33305 |
# File 'lib/aws-sdk-securityhub/types.rb', line 33299 class UpdateConnectorV2Request < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |