Class: Aws::Types::KerberosAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ad_domain_join_password::String

Returns the value of attribute ad_domain_join_password.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def realm
  @realm
end