Class: Aws::Transfer::Types::UpdateConnectorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connector_idString

Returns the identifier of the connector object that you are updating.

Returns:

  • (String)


5155
5156
5157
5158
5159
# File 'lib/aws-sdk-transfer/types.rb', line 5155

class UpdateConnectorResponse < Struct.new(
  :connector_id)
  SENSITIVE = []
  include Aws::Structure
end