Class: Aws::Transfer::Types::UpdateProfileResponse

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

#profile_idString

Returns the identifier for the profile that's being updated.

Returns:

  • (String)


5933
5934
5935
5936
5937
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5933

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