Class: Aws::Types::UpdateConnectorRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_id ⇒ ::String

Returns the value of attribute connector_id.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def connector_id
  @connector_id
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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