Class: Aws::Types::Namespace

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:admin_username])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_password_secret_arn::String

Returns the value of attribute admin_password_secret_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("useractivitylog" | "userlog" | "connectionlog")])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def namespace_name
  @namespace_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "MODIFYING", "DELETING")


723
724
725
# File 'sig/types.rbs', line 723

def status
  @status
end