Class: Aws::Types::CreateNamespaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:admin_user_password, :admin_username])

Instance Attribute Summary collapse

Instance Attribute Details

#admin_password_secret_kms_key_id::String

Returns the value of attribute admin_password_secret_kms_key_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

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


86
87
88
# File 'sig/types.rbs', line 86

def log_exports
  @log_exports
end

#manage_admin_passwordBoolean

Returns the value of attribute manage_admin_password.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def tags
  @tags
end