Method: Aws::Transfer::Types::ProtocolDetails#as_2_transports
- Defined in:
- lib/aws-sdk-transfer/types.rb
#as_2_transports ⇒ Array<String>
Indicates the transport method for the AS2 messages. Currently, only HTTP is supported.
4797 4798 4799 4800 4801 4802 4803 4804 |
# File 'lib/aws-sdk-transfer/types.rb', line 4797 class ProtocolDetails < Struct.new( :passive_ip, :tls_session_resumption_mode, :set_stat_option, :as_2_transports) SENSITIVE = [] include Aws::Structure end |