Class: Aws::Types::OrderableDBInstanceOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[Types::AvailabilityZone]

Returns the value of attribute availability_zones.

Returns:



1396
1397
1398
# File 'sig/types.rbs', line 1396

def availability_zones
  @availability_zones
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def db_instance_class
  @db_instance_class
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


1393
1394
1395
# File 'sig/types.rbs', line 1393

def engine_version
  @engine_version
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def license_model
  @license_model
end

#max_iops_per_db_instance::Integer

Returns the value of attribute max_iops_per_db_instance.

Returns:

  • (::Integer)


1409
1410
1411
# File 'sig/types.rbs', line 1409

def max_iops_per_db_instance
  @max_iops_per_db_instance
end

#max_iops_per_gib::Float

Returns the value of attribute max_iops_per_gib.

Returns:

  • (::Float)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def max_iops_per_gib
  @max_iops_per_gib
end

#max_storage_size::Integer

Returns the value of attribute max_storage_size.

Returns:

  • (::Integer)


1407
1408
1409
# File 'sig/types.rbs', line 1407

def max_storage_size
  @max_storage_size
end

#min_iops_per_db_instance::Integer

Returns the value of attribute min_iops_per_db_instance.

Returns:

  • (::Integer)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def min_iops_per_db_instance
  @min_iops_per_db_instance
end

#min_iops_per_gib::Float

Returns the value of attribute min_iops_per_gib.

Returns:

  • (::Float)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def min_iops_per_gib
  @min_iops_per_gib
end

#min_storage_size::Integer

Returns the value of attribute min_storage_size.

Returns:

  • (::Integer)


1406
1407
1408
# File 'sig/types.rbs', line 1406

def min_storage_size
  @min_storage_size
end

#multi_az_capableBoolean

Returns the value of attribute multi_az_capable.

Returns:

  • (Boolean)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def multi_az_capable
  @multi_az_capable
end

#read_replica_capableBoolean

Returns the value of attribute read_replica_capable.

Returns:

  • (Boolean)


1398
1399
1400
# File 'sig/types.rbs', line 1398

def read_replica_capable
  @read_replica_capable
end

#storage_type::String

Returns the value of attribute storage_type.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def storage_type
  @storage_type
end

#supported_network_types::Array[::String]

Returns the value of attribute supported_network_types.

Returns:

  • (::Array[::String])


1413
1414
1415
# File 'sig/types.rbs', line 1413

def supported_network_types
  @supported_network_types
end

#supports_enhanced_monitoringBoolean

Returns the value of attribute supports_enhanced_monitoring.

Returns:

  • (Boolean)


1403
1404
1405
# File 'sig/types.rbs', line 1403

def supports_enhanced_monitoring
  @supports_enhanced_monitoring
end

#supports_global_databasesBoolean

Returns the value of attribute supports_global_databases.

Returns:

  • (Boolean)


1412
1413
1414
# File 'sig/types.rbs', line 1412

def supports_global_databases
  @supports_global_databases
end

#supports_iam_database_authenticationBoolean

Returns the value of attribute supports_iam_database_authentication.

Returns:

  • (Boolean)


1404
1405
1406
# File 'sig/types.rbs', line 1404

def supports_iam_database_authentication
  @supports_iam_database_authentication
end

#supports_iopsBoolean

Returns the value of attribute supports_iops.

Returns:

  • (Boolean)


1402
1403
1404
# File 'sig/types.rbs', line 1402

def supports_iops
  @supports_iops
end

#supports_performance_insightsBoolean

Returns the value of attribute supports_performance_insights.

Returns:

  • (Boolean)


1405
1406
1407
# File 'sig/types.rbs', line 1405

def supports_performance_insights
  @supports_performance_insights
end

#supports_storage_encryptionBoolean

Returns the value of attribute supports_storage_encryption.

Returns:

  • (Boolean)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def supports_storage_encryption
  @supports_storage_encryption
end

#vpcBoolean

Returns the value of attribute vpc.

Returns:

  • (Boolean)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def vpc
  @vpc
end