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_destination_type ⇒ "s3table", "cloudwatch"
Returns the value of attribute log_destination_type.
-
#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.
-
#s3_table_action ⇒ "Enable", "Disable"
Returns the value of attribute s3_table_action.
-
#s3_table_granularity ⇒ "namespace", "account"
Returns the value of attribute s3_table_granularity.
-
#s3_table_kms_key_id ⇒ ::String
Returns the value of attribute s3_table_kms_key_id.
-
#s3_table_names ⇒ ::Array[::String]
Returns the value of attribute s3_table_names.
Instance Attribute Details
#admin_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute admin_password_secret_kms_key_id.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 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.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def admin_user_password @admin_user_password end |
#admin_username ⇒ ::String
Returns the value of attribute admin_username.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def admin_username @admin_username end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def default_iam_role_arn @default_iam_role_arn end |
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def iam_roles @iam_roles end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def kms_key_id @kms_key_id end |
#log_destination_type ⇒ "s3table", "cloudwatch"
Returns the value of attribute log_destination_type.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def log_destination_type @log_destination_type end |
#log_exports ⇒ ::Array[("useractivitylog" | "userlog" | "connectionlog")]
Returns the value of attribute log_exports.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def log_exports @log_exports end |
#manage_admin_password ⇒ Boolean
Returns the value of attribute manage_admin_password.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def manage_admin_password @manage_admin_password end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def namespace_name @namespace_name end |
#s3_table_action ⇒ "Enable", "Disable"
Returns the value of attribute s3_table_action.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def s3_table_action @s3_table_action end |
#s3_table_granularity ⇒ "namespace", "account"
Returns the value of attribute s3_table_granularity.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def s3_table_granularity @s3_table_granularity end |
#s3_table_kms_key_id ⇒ ::String
Returns the value of attribute s3_table_kms_key_id.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def s3_table_kms_key_id @s3_table_kms_key_id end |
#s3_table_names ⇒ ::Array[::String]
Returns the value of attribute s3_table_names.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def s3_table_names @s3_table_names end |