Class: Aws::Types::DatabaseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DatabaseConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acl_configuration ⇒ Types::AclConfiguration
Returns the value of attribute acl_configuration.
-
#column_configuration ⇒ Types::ColumnConfiguration
Returns the value of attribute column_configuration.
-
#connection_configuration ⇒ Types::ConnectionConfiguration
Returns the value of attribute connection_configuration.
-
#database_engine_type ⇒ "RDS_AURORA_MYSQL", ...
Returns the value of attribute database_engine_type.
-
#sql_configuration ⇒ Types::SqlConfiguration
Returns the value of attribute sql_configuration.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#acl_configuration ⇒ Types::AclConfiguration
Returns the value of attribute acl_configuration.
601 602 603 |
# File 'sig/types.rbs', line 601 def acl_configuration @acl_configuration end |
#column_configuration ⇒ Types::ColumnConfiguration
Returns the value of attribute column_configuration.
600 601 602 |
# File 'sig/types.rbs', line 600 def column_configuration @column_configuration end |
#connection_configuration ⇒ Types::ConnectionConfiguration
Returns the value of attribute connection_configuration.
598 599 600 |
# File 'sig/types.rbs', line 598 def connection_configuration @connection_configuration end |
#database_engine_type ⇒ "RDS_AURORA_MYSQL", ...
Returns the value of attribute database_engine_type.
597 598 599 |
# File 'sig/types.rbs', line 597 def database_engine_type @database_engine_type end |
#sql_configuration ⇒ Types::SqlConfiguration
Returns the value of attribute sql_configuration.
602 603 604 |
# File 'sig/types.rbs', line 602 def sql_configuration @sql_configuration end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
599 600 601 |
# File 'sig/types.rbs', line 599 def vpc_configuration @vpc_configuration end |