Class: Aws::Types::DBProxyTargetGroup
- Inherits:
-
Object
- Object
- Aws::Types::DBProxyTargetGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_pool_config ⇒ Types::ConnectionPoolConfigurationInfo
Returns the value of attribute connection_pool_config.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
-
#target_group_name ⇒ ::String
Returns the value of attribute target_group_name.
-
#updated_date ⇒ ::Time
Returns the value of attribute updated_date.
Instance Attribute Details
#connection_pool_config ⇒ Types::ConnectionPoolConfigurationInfo
Returns the value of attribute connection_pool_config.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def connection_pool_config @connection_pool_config end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def created_date @created_date end |
#db_proxy_name ⇒ ::String
Returns the value of attribute db_proxy_name.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def db_proxy_name @db_proxy_name end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def is_default @is_default end |
#status ⇒ ::String
Returns the value of attribute status.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def status @status end |
#target_group_arn ⇒ ::String
Returns the value of attribute target_group_arn.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def target_group_arn @target_group_arn end |
#target_group_name ⇒ ::String
Returns the value of attribute target_group_name.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def target_group_name @target_group_name end |
#updated_date ⇒ ::Time
Returns the value of attribute updated_date.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def updated_date @updated_date end |