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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#ssm_command_config ⇒ Types::ConnectorSsmCommandConfig
Returns the value of attribute ssm_command_config.
Instance Attribute Details
#connector_id ⇒ ::String
Returns the value of attribute connector_id.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def connector_id @connector_id end |
#name ⇒ ::String
Returns the value of attribute name.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def name @name end |
#ssm_command_config ⇒ Types::ConnectorSsmCommandConfig
Returns the value of attribute ssm_command_config.
2034 2035 2036 |
# File 'sig/types.rbs', line 2034 def ssm_command_config @ssm_command_config end |