Class: Aws::Types::ModifyReplicationInstanceMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def allocated_storage
  @allocated_storage
end

#allow_major_version_upgradeBoolean

Returns the value of attribute allow_major_version_upgrade.

Returns:

  • (Boolean)


1995
1996
1997
# File 'sig/types.rbs', line 1995

def allow_major_version_upgrade
  @allow_major_version_upgrade
end

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def apply_immediately
  @apply_immediately
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1994
1995
1996
# File 'sig/types.rbs', line 1994

def engine_version
  @engine_version
end

#kerberos_authentication_settingsTypes::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_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1991
1992
1993
# File 'sig/types.rbs', line 1991

def vpc_security_group_ids
  @vpc_security_group_ids
end