Class: Aws::Types::Namespace
- Inherits:
-
Object
- Object
- Aws::Types::Namespace
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#admin_password_secret_arn ⇒ ::String
Returns the value of attribute admin_password_secret_arn.
-
#admin_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute admin_password_secret_kms_key_id.
-
#admin_username ⇒ ::String
Returns the value of attribute admin_username.
-
#catalog_arn ⇒ ::String
Returns the value of attribute catalog_arn.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#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.
-
#lakehouse_registration_status ⇒ ::String
Returns the value of attribute lakehouse_registration_status.
-
#log_exports ⇒ ::Array[("useractivitylog" | "userlog" | "connectionlog")]
Returns the value of attribute log_exports.
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
-
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
Instance Attribute Details
#admin_password_secret_arn ⇒ ::String
Returns the value of attribute admin_password_secret_arn.
709 710 711 |
# File 'sig/types.rbs', line 709 def admin_password_secret_arn @admin_password_secret_arn end |
#admin_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute admin_password_secret_kms_key_id.
710 711 712 |
# File 'sig/types.rbs', line 710 def admin_password_secret_kms_key_id @admin_password_secret_kms_key_id end |
#admin_username ⇒ ::String
Returns the value of attribute admin_username.
711 712 713 |
# File 'sig/types.rbs', line 711 def admin_username @admin_username end |
#catalog_arn ⇒ ::String
Returns the value of attribute catalog_arn.
712 713 714 |
# File 'sig/types.rbs', line 712 def catalog_arn @catalog_arn end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
713 714 715 |
# File 'sig/types.rbs', line 713 def creation_date @creation_date end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
714 715 716 |
# File 'sig/types.rbs', line 714 def db_name @db_name end |
#default_iam_role_arn ⇒ ::String
Returns the value of attribute default_iam_role_arn.
715 716 717 |
# File 'sig/types.rbs', line 715 def default_iam_role_arn @default_iam_role_arn end |
#iam_roles ⇒ ::Array[::String]
Returns the value of attribute iam_roles.
716 717 718 |
# File 'sig/types.rbs', line 716 def iam_roles @iam_roles end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
717 718 719 |
# File 'sig/types.rbs', line 717 def kms_key_id @kms_key_id end |
#lakehouse_registration_status ⇒ ::String
Returns the value of attribute lakehouse_registration_status.
718 719 720 |
# File 'sig/types.rbs', line 718 def lakehouse_registration_status @lakehouse_registration_status end |
#log_exports ⇒ ::Array[("useractivitylog" | "userlog" | "connectionlog")]
Returns the value of attribute log_exports.
719 720 721 |
# File 'sig/types.rbs', line 719 def log_exports @log_exports end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
720 721 722 |
# File 'sig/types.rbs', line 720 def namespace_arn @namespace_arn end |
#namespace_id ⇒ ::String
Returns the value of attribute namespace_id.
721 722 723 |
# File 'sig/types.rbs', line 721 def namespace_id @namespace_id end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
722 723 724 |
# File 'sig/types.rbs', line 722 def namespace_name @namespace_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
723 724 725 |
# File 'sig/types.rbs', line 723 def status @status end |