Class: Aws::Types::DescribedSecurityPolicy

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fipsBoolean

Returns the value of attribute fips.

Returns:

  • (Boolean)


584
585
586
# File 'sig/types.rbs', line 584

def fips
  @fips
end

#protocols::Array[("SFTP" | "FTPS")]

Returns the value of attribute protocols.

Returns:

  • (::Array[("SFTP" | "FTPS")])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


589
590
591
# File 'sig/types.rbs', line 589

def tls_ciphers
  @tls_ciphers
end

#type"SERVER", "CONNECTOR"

Returns the value of attribute type.

Returns:

  • ("SERVER", "CONNECTOR")


591
592
593
# File 'sig/types.rbs', line 591

def type
  @type
end