Method: Aws::Transfer::Types::CreateProfileRequest#as_2_id
- Defined in:
- lib/aws-sdk-transfer/types.rb
#as_2_id ⇒ String
The ‘As2Id` is the AS2-name, as defined in the [RFC 4130]. For inbound transfers, this is the `AS2-From` header for the AS2 messages sent from the partner. For outbound connectors, this is the `AS2-To` header for the AS2 messages sent to the partner using the `StartFileTransfer` API operation. This ID cannot include spaces.
679 680 681 682 683 684 685 686 |
# File 'lib/aws-sdk-transfer/types.rb', line 679 class CreateProfileRequest < Struct.new( :as_2_id, :profile_type, :certificate_ids, :tags) SENSITIVE = [] include Aws::Structure end |