Class: Aws::Transfer::Types::UpdateAccessResponse

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

#external_idString

The external identifier of the group whose users have access to your Amazon S3 or Amazon EFS resources over the enabled protocols using Amazon Web ServicesTransfer Family.

Returns:

  • (String)


5596
5597
5598
5599
5600
5601
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5596

class UpdateAccessResponse < Struct.new(
  :server_id,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

The identifier of the server that the user is attached to.

Returns:

  • (String)


5596
5597
5598
5599
5600
5601
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5596

class UpdateAccessResponse < Struct.new(
  :server_id,
  :external_id)
  SENSITIVE = []
  include Aws::Structure
end