Class: Aws::Types::UpdateNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNamespaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute admin_password_secret_kms_key_id.
-
#admin_user_password ⇒ ::String
Returns the value of attribute admin_user_password.
-
#admin_username ⇒ ::String
Returns the value of attribute admin_username.
-
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
-
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#log_exports ⇒ ::Array[("useractivitylog" | "userlog" | "connectionlog")]
Returns the value of attribute log_exports.
-
#manage_admin_password ⇒ Boolean
Returns the value of attribute manage_admin_password.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
Instance Attribute Details
#admin_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute admin_password_secret_kms_key_id.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def admin_password_secret_kms_key_id @admin_password_secret_kms_key_id end |
#admin_user_password ⇒ ::String
Returns the value of attribute admin_user_password.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def admin_user_password @admin_user_password end |
#admin_username ⇒ ::String
Returns the value of attribute admin_username.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def admin_username @admin_username end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def default_iam_role_arn @default_iam_role_arn end |
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def iam_roles @iam_roles end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def kms_key_id @kms_key_id end |
#log_exports ⇒ ::Array[("useractivitylog" | "userlog" | "connectionlog")]
Returns the value of attribute log_exports.
1068 1069 1070 |
# File 'sig/types.rbs', line 1068 def log_exports @log_exports end |
#manage_admin_password ⇒ Boolean
Returns the value of attribute manage_admin_password.
1069 1070 1071 |
# File 'sig/types.rbs', line 1069 def manage_admin_password @manage_admin_password end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def namespace_name @namespace_name end |