Class: Aws::SecurityHub::Types::UpdateConnectorRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UpdateConnectorRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connector_id ⇒ String
The unique identifier of the connector to update.
-
#description ⇒ String
The updated description of the connector.
-
#provider ⇒ Types::CspmProviderUpdateConfiguration
The updated cloud provider configuration for the connector.
Instance Attribute Details
#connector_id ⇒ String
The unique identifier of the connector to update.
34566 34567 34568 34569 34570 34571 34572 |
# File 'lib/aws-sdk-securityhub/types.rb', line 34566 class UpdateConnectorRequest < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The updated description of the connector.
34566 34567 34568 34569 34570 34571 34572 |
# File 'lib/aws-sdk-securityhub/types.rb', line 34566 class UpdateConnectorRequest < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ Types::CspmProviderUpdateConfiguration
The updated cloud provider configuration for the connector.
34566 34567 34568 34569 34570 34571 34572 |
# File 'lib/aws-sdk-securityhub/types.rb', line 34566 class UpdateConnectorRequest < Struct.new( :connector_id, :description, :provider) SENSITIVE = [] include Aws::Structure end |