Class: Aws::Types::KerberosAuthenticationSettings
- Inherits:
-
Object
- Object
- Aws::Types::KerberosAuthenticationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_cache_secret_iam_arn ⇒ ::String
Returns the value of attribute key_cache_secret_iam_arn.
-
#key_cache_secret_id ⇒ ::String
Returns the value of attribute key_cache_secret_id.
-
#krb_5_file_contents ⇒ ::String
Returns the value of attribute krb_5_file_contents.
Instance Attribute Details
#key_cache_secret_iam_arn ⇒ ::String
Returns the value of attribute key_cache_secret_iam_arn.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def key_cache_secret_iam_arn @key_cache_secret_iam_arn end |
#key_cache_secret_id ⇒ ::String
Returns the value of attribute key_cache_secret_id.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def key_cache_secret_id @key_cache_secret_id end |
#krb_5_file_contents ⇒ ::String
Returns the value of attribute krb_5_file_contents.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def krb_5_file_contents @krb_5_file_contents end |