Method: Aws::Transfer::Types::DescribedSecurityPolicy#protocols
- Defined in:
- lib/aws-sdk-transfer/types.rb
#protocols ⇒ Array<String>
Lists the file transfer protocols that the security policy applies to.
2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 |
# File 'lib/aws-sdk-transfer/types.rb', line 2524 class DescribedSecurityPolicy < Struct.new( :fips, :security_policy_name, :ssh_ciphers, :ssh_kexs, :ssh_macs, :tls_ciphers, :ssh_host_key_algorithms, :type, :protocols) SENSITIVE = [] include Aws::Structure end |