Class: Aws::Transfer::Types::CreateProfileResponse

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

#profile_idString

The unique identifier for the AS2 profile, returned after the API call succeeds.



778
779
780
781
782
# File 'lib/aws-sdk-transfer/types.rb', line 778

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