Class: Aws::Types::UpgradeTarget

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_upgradeBoolean

Returns the value of attribute auto_upgrade.

Returns:

  • (Boolean)


1728
1729
1730
# File 'sig/types.rbs', line 1728

def auto_upgrade
  @auto_upgrade
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1727
1728
1729
# File 'sig/types.rbs', line 1727

def description
  @description
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1725
1726
1727
# File 'sig/types.rbs', line 1725

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def engine_version
  @engine_version
end

#is_major_version_upgradeBoolean

Returns the value of attribute is_major_version_upgrade.

Returns:

  • (Boolean)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def is_major_version_upgrade
  @is_major_version_upgrade
end

#supports_global_databasesBoolean

Returns the value of attribute supports_global_databases.

Returns:

  • (Boolean)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def supports_global_databases
  @supports_global_databases
end