Class: Aws::Types::CreateNamespaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNamespaceRequest
- 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.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#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.
-
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#admin_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute admin_password_secret_kms_key_id.
79 80 81 |
# File 'sig/types.rbs', line 79 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.
80 81 82 |
# File 'sig/types.rbs', line 80 def admin_user_password @admin_user_password end |
#admin_username ⇒ ::String
Returns the value of attribute admin_username.
81 82 83 |
# File 'sig/types.rbs', line 81 def admin_username @admin_username end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
82 83 84 |
# File 'sig/types.rbs', line 82 def db_name @db_name end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
83 84 85 |
# File 'sig/types.rbs', line 83 def default_iam_role_arn @default_iam_role_arn end |
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
84 85 86 |
# File 'sig/types.rbs', line 84 def iam_roles @iam_roles end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
85 86 87 |
# File 'sig/types.rbs', line 85 def kms_key_id @kms_key_id end |
#log_exports ⇒ ::Array[("useractivitylog" | "userlog" | "connectionlog")]
Returns the value of attribute log_exports.
86 87 88 |
# File 'sig/types.rbs', line 86 def log_exports @log_exports end |
#manage_admin_password ⇒ Boolean
Returns the value of attribute manage_admin_password.
87 88 89 |
# File 'sig/types.rbs', line 87 def manage_admin_password @manage_admin_password end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
88 89 90 |
# File 'sig/types.rbs', line 88 def namespace_name @namespace_name end |
#redshift_idc_application_arn ⇒ ::String
Returns the value of attribute redshift_idc_application_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def redshift_idc_application_arn @redshift_idc_application_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
90 91 92 |
# File 'sig/types.rbs', line 90 def @tags end |