Class: Aws::Types::UpdateConnectorRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectorRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#provider ⇒ Types::CspmProviderUpdateConfiguration
Returns the value of attribute provider.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
8000 8001 8002 |
# File 'sig/types.rbs', line 8000 def connector_id @connector_id end |
#description ⇒ ::String
Returns the value of attribute description.
8001 8002 8003 |
# File 'sig/types.rbs', line 8001 def description @description end |
#provider ⇒ Types::CspmProviderUpdateConfiguration
Returns the value of attribute provider.
8002 8003 8004 |
# File 'sig/types.rbs', line 8002 def provider @provider end |