Class: Aws::Types::DescribedSecurityPolicy
- Inherits:
-
Object
- Object
- Aws::Types::DescribedSecurityPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fips ⇒ Boolean
Returns the value of attribute fips.
-
#protocols ⇒ ::Array[("SFTP" | "FTPS")]
Returns the value of attribute protocols.
-
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
-
#ssh_ciphers ⇒ ::Array[::String]
Returns the value of attribute ssh_ciphers.
-
#ssh_host_key_algorithms ⇒ ::Array[::String]
Returns the value of attribute ssh_host_key_algorithms.
-
#ssh_kexs ⇒ ::Array[::String]
Returns the value of attribute ssh_kexs.
-
#ssh_macs ⇒ ::Array[::String]
Returns the value of attribute ssh_macs.
-
#tls_ciphers ⇒ ::Array[::String]
Returns the value of attribute tls_ciphers.
-
#type ⇒ "SERVER", "CONNECTOR"
Returns the value of attribute type.
Instance Attribute Details
#fips ⇒ Boolean
Returns the value of attribute fips.
584 585 586 |
# File 'sig/types.rbs', line 584 def fips @fips end |
#protocols ⇒ ::Array[("SFTP" | "FTPS")]
Returns the value of attribute protocols.
592 593 594 |
# File 'sig/types.rbs', line 592 def protocols @protocols end |
#security_policy_name ⇒ ::String
Returns the value of attribute security_policy_name.
585 586 587 |
# File 'sig/types.rbs', line 585 def security_policy_name @security_policy_name end |
#ssh_ciphers ⇒ ::Array[::String]
Returns the value of attribute ssh_ciphers.
586 587 588 |
# File 'sig/types.rbs', line 586 def ssh_ciphers @ssh_ciphers end |
#ssh_host_key_algorithms ⇒ ::Array[::String]
Returns the value of attribute ssh_host_key_algorithms.
590 591 592 |
# File 'sig/types.rbs', line 590 def ssh_host_key_algorithms @ssh_host_key_algorithms end |
#ssh_kexs ⇒ ::Array[::String]
Returns the value of attribute ssh_kexs.
587 588 589 |
# File 'sig/types.rbs', line 587 def ssh_kexs @ssh_kexs end |
#ssh_macs ⇒ ::Array[::String]
Returns the value of attribute ssh_macs.
588 589 590 |
# File 'sig/types.rbs', line 588 def ssh_macs @ssh_macs end |
#tls_ciphers ⇒ ::Array[::String]
Returns the value of attribute tls_ciphers.
589 590 591 |
# File 'sig/types.rbs', line 589 def tls_ciphers @tls_ciphers end |
#type ⇒ "SERVER", "CONNECTOR"
Returns the value of attribute type.
591 592 593 |
# File 'sig/types.rbs', line 591 def type @type end |