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

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

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

Returns:

  • (String)


622
623
624
625
626
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 622

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