Class: Aws::Types::DBProxy
- Inherits:
-
Object
- Object
- Aws::Types::DBProxy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth ⇒ ::Array[Types::UserAuthConfigInfo]
Returns the value of attribute auth.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#db_proxy_arn ⇒ ::String
Returns the value of attribute db_proxy_arn.
-
#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 ⇒ ::String
Returns the value of attribute default_auth_scheme.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#endpoint_network_type ⇒ "IPV4", ...
Returns the value of attribute endpoint_network_type.
-
#engine_family ⇒ ::String
Returns the value of attribute engine_family.
-
#idle_client_timeout ⇒ ::Integer
Returns the value of attribute idle_client_timeout.
-
#require_tls ⇒ Boolean
Returns the value of attribute require_tls.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "available", ...
Returns the value of attribute status.
-
#target_connection_network_type ⇒ "IPV4", "IPV6"
Returns the value of attribute target_connection_network_type.
-
#updated_date ⇒ ::Time
Returns the value of attribute updated_date.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
-
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
Instance Attribute Details
#auth ⇒ ::Array[Types::UserAuthConfigInfo]
Returns the value of attribute auth.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def auth @auth end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def created_date @created_date end |
#db_proxy_arn ⇒ ::String
Returns the value of attribute db_proxy_arn.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def db_proxy_arn @db_proxy_arn end |
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def db_proxy_name @db_proxy_name end |
#debug_logging ⇒ Boolean
Returns the value of attribute debug_logging.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def debug_logging @debug_logging end |
#default_auth_scheme ⇒ ::String
Returns the value of attribute default_auth_scheme.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def default_auth_scheme @default_auth_scheme end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def endpoint @endpoint end |
#endpoint_network_type ⇒ "IPV4", ...
Returns the value of attribute endpoint_network_type.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def endpoint_network_type @endpoint_network_type end |
#engine_family ⇒ ::String
Returns the value of attribute engine_family.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def engine_family @engine_family end |
#idle_client_timeout ⇒ ::Integer
Returns the value of attribute idle_client_timeout.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def idle_client_timeout @idle_client_timeout end |
#require_tls ⇒ Boolean
Returns the value of attribute require_tls.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def require_tls @require_tls end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def role_arn @role_arn end |
#status ⇒ "available", ...
Returns the value of attribute status.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def status @status end |
#target_connection_network_type ⇒ "IPV4", "IPV6"
Returns the value of attribute target_connection_network_type.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def target_connection_network_type @target_connection_network_type end |
#updated_date ⇒ ::Time
Returns the value of attribute updated_date.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def updated_date @updated_date end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def vpc_id @vpc_id end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def vpc_subnet_ids @vpc_subnet_ids end |