Class: Aws::Types::ModifyReplicationInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyReplicationInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#kerberos_authentication_settings ⇒ Types::KerberosAuthenticationSettings
Returns the value of attribute kerberos_authentication_settings.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
-
#replication_instance_class ⇒ ::String
Returns the value of attribute replication_instance_class.
-
#replication_instance_identifier ⇒ ::String
Returns the value of attribute replication_instance_identifier.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def allocated_storage @allocated_storage end |
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def allow_major_version_upgrade @allow_major_version_upgrade end |
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def apply_immediately @apply_immediately end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
1996 1997 1998 |
# File 'sig/types.rbs', line 1996 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def engine_version @engine_version end |
#kerberos_authentication_settings ⇒ Types::KerberosAuthenticationSettings
Returns the value of attribute kerberos_authentication_settings.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def kerberos_authentication_settings @kerberos_authentication_settings end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def network_type @network_type end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def preferred_maintenance_window @preferred_maintenance_window end |
#replication_instance_arn ⇒ ::String
Returns the value of attribute replication_instance_arn.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def replication_instance_arn @replication_instance_arn end |
#replication_instance_class ⇒ ::String
Returns the value of attribute replication_instance_class.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def replication_instance_class @replication_instance_class end |
#replication_instance_identifier ⇒ ::String
Returns the value of attribute replication_instance_identifier.
1997 1998 1999 |
# File 'sig/types.rbs', line 1997 def replication_instance_identifier @replication_instance_identifier end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def vpc_security_group_ids @vpc_security_group_ids end |