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.
33319 33320 33321 33322 33323 33324 33325 |
# File 'lib/aws-sdk-securityhub/types.rb', line 33319 class UpdateConnectorV2Request < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the connectorV2.
33319 33320 33321 33322 33323 33324 33325 |
# File 'lib/aws-sdk-securityhub/types.rb', line 33319 class UpdateConnectorV2Request < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ Types::ProviderUpdateConfiguration
The third-party provider’s service configuration.
33319 33320 33321 33322 33323 33324 33325 |
# File 'lib/aws-sdk-securityhub/types.rb', line 33319 class UpdateConnectorV2Request < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |