Class: Aws::Types::ModifyDBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#certificate_rotation_restart ⇒ Boolean
Returns the value of attribute certificate_rotation_restart.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#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.
-
#new_db_instance_identifier ⇒ ::String
Returns the value of attribute new_db_instance_identifier.
-
#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.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
983 984 985 |
# File 'sig/types.rbs', line 983 def apply_immediately @apply_immediately end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
985 986 987 |
# File 'sig/types.rbs', line 985 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
987 988 989 |
# File 'sig/types.rbs', line 987 def ca_certificate_identifier @ca_certificate_identifier end |
#certificate_rotation_restart ⇒ Boolean
Returns the value of attribute certificate_rotation_restart.
992 993 994 |
# File 'sig/types.rbs', line 992 def certificate_rotation_restart @certificate_rotation_restart end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
988 989 990 |
# File 'sig/types.rbs', line 988 def end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
982 983 984 |
# File 'sig/types.rbs', line 982 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
981 982 983 |
# File 'sig/types.rbs', line 981 def db_instance_identifier @db_instance_identifier end |
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
990 991 992 |
# File 'sig/types.rbs', line 990 def enable_performance_insights @enable_performance_insights end |
#new_db_instance_identifier ⇒ ::String
Returns the value of attribute new_db_instance_identifier.
986 987 988 |
# File 'sig/types.rbs', line 986 def new_db_instance_identifier @new_db_instance_identifier end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
991 992 993 |
# File 'sig/types.rbs', line 991 def performance_insights_kms_key_id @performance_insights_kms_key_id end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
984 985 986 |
# File 'sig/types.rbs', line 984 def preferred_maintenance_window @preferred_maintenance_window end |
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
989 990 991 |
# File 'sig/types.rbs', line 989 def promotion_tier @promotion_tier end |