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 =
[:client_secret]
Instance Attribute Summary collapse
-
#client_secret ⇒ String
The clientSecret of ServiceNow.
-
#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
#client_secret ⇒ String
The clientSecret of ServiceNow.
32800 32801 32802 32803 32804 32805 32806 32807 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32800 class UpdateConnectorV2Request < Struct.new( :connector_id, :client_secret, :description, :provider) SENSITIVE = [:client_secret] include Aws::Structure end |
#connector_id ⇒ String
The UUID of the connectorV2 to identify connectorV2 resource.
32800 32801 32802 32803 32804 32805 32806 32807 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32800 class UpdateConnectorV2Request < Struct.new( :connector_id, :client_secret, :description, :provider) SENSITIVE = [:client_secret] include Aws::Structure end |
#description ⇒ String
The description of the connectorV2.
32800 32801 32802 32803 32804 32805 32806 32807 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32800 class UpdateConnectorV2Request < Struct.new( :connector_id, :client_secret, :description, :provider) SENSITIVE = [:client_secret] include Aws::Structure end |
#provider ⇒ Types::ProviderUpdateConfiguration
The third-party provider’s service configuration.
32800 32801 32802 32803 32804 32805 32806 32807 |
# File 'lib/aws-sdk-securityhub/types.rb', line 32800 class UpdateConnectorV2Request < Struct.new( :connector_id, :client_secret, :description, :provider) SENSITIVE = [:client_secret] include Aws::Structure end |