Class: Aws::Types::CreateDBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
182 183 184 |
# File 'sig/types.rbs', line 182 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
180 181 182 |
# File 'sig/types.rbs', line 180 def availability_zone @availability_zone end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
189 190 191 |
# File 'sig/types.rbs', line 189 def ca_certificate_identifier @ca_certificate_identifier end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
185 186 187 |
# File 'sig/types.rbs', line 185 def @copy_tags_to_snapshot end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
184 185 186 |
# File 'sig/types.rbs', line 184 def db_cluster_identifier @db_cluster_identifier end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
178 179 180 |
# File 'sig/types.rbs', line 178 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
177 178 179 |
# File 'sig/types.rbs', line 177 def db_instance_identifier @db_instance_identifier end |
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
187 188 189 |
# File 'sig/types.rbs', line 187 def enable_performance_insights @enable_performance_insights end |
#engine ⇒ ::String
Returns the value of attribute engine.
179 180 181 |
# File 'sig/types.rbs', line 179 def engine @engine end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
188 189 190 |
# File 'sig/types.rbs', line 188 def performance_insights_kms_key_id @performance_insights_kms_key_id end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
181 182 183 |
# File 'sig/types.rbs', line 181 def preferred_maintenance_window @preferred_maintenance_window end |
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
186 187 188 |
# File 'sig/types.rbs', line 186 def promotion_tier @promotion_tier end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
183 184 185 |
# File 'sig/types.rbs', line 183 def @tags end |