Class: Aws::Types::UpdateNamespaceRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • ("s3table", "cloudwatch")


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.

Returns:

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


1079
1080
1081
# File 'sig/types.rbs', line 1079

def log_exports
  @log_exports
end

#manage_admin_passwordBoolean

Returns the value of attribute manage_admin_password.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Enable", "Disable")


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.

Returns:

  • ("namespace", "account")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1085
1086
1087
# File 'sig/types.rbs', line 1085

def s3_table_names
  @s3_table_names
end