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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/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)


5862
5863
5864
5865
5866
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5862

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