You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Transfer::Types::DescribedSecurityPolicy

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the properties of a security policy that was specified. For more information about security policies, see Working with security policies.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#fipsBoolean

Specifies whether this policy enables Federal Information Processing Standards (FIPS).

Returns:

  • (Boolean)

    Specifies whether this policy enables Federal Information Processing Standards (FIPS).

#security_policy_nameString

Specifies the name of the security policy that is attached to the server.

Returns:

  • (String)

    Specifies the name of the security policy that is attached to the server.

#ssh_ciphersArray<String>

Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.

Returns:

  • (Array<String>)

    Specifies the enabled Secure Shell (SSH) cipher encryption algorithms in the security policy that is attached to the server.

#ssh_kexsArray<String>

Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.

Returns:

  • (Array<String>)

    Specifies the enabled SSH key exchange (KEX) encryption algorithms in the security policy that is attached to the server.

#ssh_macsArray<String>

Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.

Returns:

  • (Array<String>)

    Specifies the enabled SSH message authentication code (MAC) encryption algorithms in the security policy that is attached to the server.

#tls_ciphersArray<String>

Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.

Returns:

  • (Array<String>)

    Specifies the enabled Transport Layer Security (TLS) cipher encryption algorithms in the security policy that is attached to the server.