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)


4514
4515
4516
# File 'sig/types.rbs', line 4514

def auto_upgrade
  @auto_upgrade
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4513
4514
4515
# File 'sig/types.rbs', line 4513

def description
  @description
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


4511
4512
4513
# File 'sig/types.rbs', line 4511

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


4512
4513
4514
# File 'sig/types.rbs', line 4512

def engine_version
  @engine_version
end

#is_major_version_upgradeBoolean

Returns the value of attribute is_major_version_upgrade.

Returns:

  • (Boolean)


4515
4516
4517
# File 'sig/types.rbs', line 4515

def is_major_version_upgrade
  @is_major_version_upgrade
end

#supported_engine_modes::Array[::String]

Returns the value of attribute supported_engine_modes.

Returns:

  • (::Array[::String])


4516
4517
4518
# File 'sig/types.rbs', line 4516

def supported_engine_modes
  @supported_engine_modes
end

#supports_babelfishBoolean

Returns the value of attribute supports_babelfish.

Returns:

  • (Boolean)


4519
4520
4521
# File 'sig/types.rbs', line 4519

def supports_babelfish
  @supports_babelfish
end

#supports_global_databasesBoolean

Returns the value of attribute supports_global_databases.

Returns:

  • (Boolean)


4518
4519
4520
# File 'sig/types.rbs', line 4518

def supports_global_databases
  @supports_global_databases
end

#supports_integrationsBoolean

Returns the value of attribute supports_integrations.

Returns:

  • (Boolean)


4522
4523
4524
# File 'sig/types.rbs', line 4522

def supports_integrations
  @supports_integrations
end

#supports_limitless_databaseBoolean

Returns the value of attribute supports_limitless_database.

Returns:

  • (Boolean)


4520
4521
4522
# File 'sig/types.rbs', line 4520

def supports_limitless_database
  @supports_limitless_database
end

#supports_local_write_forwardingBoolean

Returns the value of attribute supports_local_write_forwarding.

Returns:

  • (Boolean)


4521
4522
4523
# File 'sig/types.rbs', line 4521

def supports_local_write_forwarding
  @supports_local_write_forwarding
end

#supports_parallel_queryBoolean

Returns the value of attribute supports_parallel_query.

Returns:

  • (Boolean)


4517
4518
4519
# File 'sig/types.rbs', line 4517

def supports_parallel_query
  @supports_parallel_query
end