Class: Aws::Types::ModifyDBProxyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth::Array[Types::UserAuthConfig]

Returns the value of attribute auth.

Returns:



3143
3144
3145
# File 'sig/types.rbs', line 3143

def auth
  @auth
end

#db_proxy_name::String

Returns the value of attribute db_proxy_name.

Returns:

  • (::String)


3140
3141
3142
# File 'sig/types.rbs', line 3140

def db_proxy_name
  @db_proxy_name
end

#debug_loggingBoolean

Returns the value of attribute debug_logging.

Returns:

  • (Boolean)


3146
3147
3148
# File 'sig/types.rbs', line 3146

def debug_logging
  @debug_logging
end

#default_auth_scheme"IAM_AUTH", "NONE"

Returns the value of attribute default_auth_scheme.

Returns:

  • ("IAM_AUTH", "NONE")


3142
3143
3144
# File 'sig/types.rbs', line 3142

def default_auth_scheme
  @default_auth_scheme
end

#idle_client_timeout::Integer

Returns the value of attribute idle_client_timeout.

Returns:

  • (::Integer)


3145
3146
3147
# File 'sig/types.rbs', line 3145

def idle_client_timeout
  @idle_client_timeout
end

#new_db_proxy_name::String

Returns the value of attribute new_db_proxy_name.

Returns:

  • (::String)


3141
3142
3143
# File 'sig/types.rbs', line 3141

def new_db_proxy_name
  @new_db_proxy_name
end

#require_tlsBoolean

Returns the value of attribute require_tls.

Returns:

  • (Boolean)


3144
3145
3146
# File 'sig/types.rbs', line 3144

def require_tls
  @require_tls
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


3147
3148
3149
# File 'sig/types.rbs', line 3147

def role_arn
  @role_arn
end

#security_groups::Array[::String]

Returns the value of attribute security_groups.

Returns:

  • (::Array[::String])


3148
3149
3150
# File 'sig/types.rbs', line 3148

def security_groups
  @security_groups
end