Class: Aws::Transfer::Types::CreateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::CreateProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The unique identifier for the AS2 profile, returned after the API call succeeds.
Instance Attribute Details
#profile_id ⇒ String
The unique identifier for the AS2 profile, returned after the API call succeeds.
656 657 658 659 660 |
# File 'lib/aws-sdk-transfer/types.rb', line 656 class CreateProfileResponse < Struct.new( :profile_id) SENSITIVE = [] include Aws::Structure end |