Class: Aws::Types::KerberosAttributes
- Inherits:
-
Object
- Object
- Aws::Types::KerberosAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ad_domain_join_password ⇒ ::String
Returns the value of attribute ad_domain_join_password.
-
#ad_domain_join_user ⇒ ::String
Returns the value of attribute ad_domain_join_user.
-
#cross_realm_trust_principal_password ⇒ ::String
Returns the value of attribute cross_realm_trust_principal_password.
-
#kdc_admin_password ⇒ ::String
Returns the value of attribute kdc_admin_password.
-
#realm ⇒ ::String
Returns the value of attribute realm.
Instance Attribute Details
#ad_domain_join_password ⇒ ::String
Returns the value of attribute ad_domain_join_password.
944 945 946 |
# File 'sig/types.rbs', line 944 def ad_domain_join_password @ad_domain_join_password end |
#ad_domain_join_user ⇒ ::String
Returns the value of attribute ad_domain_join_user.
943 944 945 |
# File 'sig/types.rbs', line 943 def ad_domain_join_user @ad_domain_join_user end |
#cross_realm_trust_principal_password ⇒ ::String
Returns the value of attribute cross_realm_trust_principal_password.
942 943 944 |
# File 'sig/types.rbs', line 942 def cross_realm_trust_principal_password @cross_realm_trust_principal_password end |
#kdc_admin_password ⇒ ::String
Returns the value of attribute kdc_admin_password.
941 942 943 |
# File 'sig/types.rbs', line 941 def kdc_admin_password @kdc_admin_password end |
#realm ⇒ ::String
Returns the value of attribute realm.
940 941 942 |
# File 'sig/types.rbs', line 940 def realm @realm end |