Class: Aws::Types::ModifyDBProxyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBProxyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth ⇒ ::Array[Types::UserAuthConfig]
Returns the value of attribute auth.
-
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
-
#debug_logging ⇒ Boolean
Returns the value of attribute debug_logging.
-
#default_auth_scheme ⇒ "IAM_AUTH", "NONE"
Returns the value of attribute default_auth_scheme.
-
#idle_client_timeout ⇒ ::Integer
Returns the value of attribute idle_client_timeout.
-
#new_db_proxy_name ⇒ ::String
Returns the value of attribute new_db_proxy_name.
-
#require_tls ⇒ Boolean
Returns the value of attribute require_tls.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_groups ⇒ ::Array[::String]
Returns the value of attribute security_groups.
Instance Attribute Details
#auth ⇒ ::Array[Types::UserAuthConfig]
Returns the value of attribute auth.
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.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def db_proxy_name @db_proxy_name end |
#debug_logging ⇒ Boolean
Returns the value of attribute debug_logging.
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.
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.
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.
3141 3142 3143 |
# File 'sig/types.rbs', line 3141 def new_db_proxy_name @new_db_proxy_name end |
#require_tls ⇒ Boolean
Returns the value of attribute require_tls.
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.
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.
3148 3149 3150 |
# File 'sig/types.rbs', line 3148 def security_groups @security_groups end |