Class: Aws::Types::CreateRelationalDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRelationalDatabaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#master_database_name ⇒ ::String
Returns the value of attribute master_database_name.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#relational_database_blueprint_id ⇒ ::String
Returns the value of attribute relational_database_blueprint_id.
-
#relational_database_bundle_id ⇒ ::String
Returns the value of attribute relational_database_bundle_id.
-
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
848 849 850 |
# File 'sig/types.rbs', line 848 def availability_zone @availability_zone end |
#master_database_name ⇒ ::String
Returns the value of attribute master_database_name.
851 852 853 |
# File 'sig/types.rbs', line 851 def master_database_name @master_database_name end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
853 854 855 |
# File 'sig/types.rbs', line 853 def master_user_password @master_user_password end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
852 853 854 |
# File 'sig/types.rbs', line 852 def master_username @master_username end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
854 855 856 |
# File 'sig/types.rbs', line 854 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
855 856 857 |
# File 'sig/types.rbs', line 855 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
856 857 858 |
# File 'sig/types.rbs', line 856 def publicly_accessible @publicly_accessible end |
#relational_database_blueprint_id ⇒ ::String
Returns the value of attribute relational_database_blueprint_id.
849 850 851 |
# File 'sig/types.rbs', line 849 def relational_database_blueprint_id @relational_database_blueprint_id end |
#relational_database_bundle_id ⇒ ::String
Returns the value of attribute relational_database_bundle_id.
850 851 852 |
# File 'sig/types.rbs', line 850 def relational_database_bundle_id @relational_database_bundle_id end |
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
847 848 849 |
# File 'sig/types.rbs', line 847 def relational_database_name @relational_database_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
857 858 859 |
# File 'sig/types.rbs', line 857 def end |