Class: Aws::Types::DBInstance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


423
424
425
# File 'sig/types.rbs', line 423

def auto_minor_version_upgrade
  @auto_minor_version_upgrade
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def availability_zone
  @availability_zone
end

#backup_retention_period::Integer

Returns the value of attribute backup_retention_period.

Returns:

  • (::Integer)


415
416
417
# File 'sig/types.rbs', line 415

def backup_retention_period
  @backup_retention_period
end

#ca_certificate_identifier::String

Returns the value of attribute ca_certificate_identifier.

Returns:

  • (::String)


430
431
432
# File 'sig/types.rbs', line 430

def ca_certificate_identifier
  @ca_certificate_identifier
end

#certificate_detailsTypes::CertificateDetails

Returns the value of attribute certificate_details.



435
436
437
# File 'sig/types.rbs', line 435

def certificate_details
  @certificate_details
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


431
432
433
# File 'sig/types.rbs', line 431

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


426
427
428
# File 'sig/types.rbs', line 426

def db_cluster_identifier
  @db_cluster_identifier
end

#db_instance_arn::String

Returns the value of attribute db_instance_arn.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def db_instance_arn
  @db_instance_arn
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


409
410
411
# File 'sig/types.rbs', line 409

def db_instance_class
  @db_instance_class
end

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


408
409
410
# File 'sig/types.rbs', line 408

def db_instance_identifier
  @db_instance_identifier
end

#db_instance_status::String

Returns the value of attribute db_instance_status.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def db_instance_status
  @db_instance_status
end

#db_subnet_groupTypes::DBSubnetGroup

Returns the value of attribute db_subnet_group.



418
419
420
# File 'sig/types.rbs', line 418

def db_subnet_group
  @db_subnet_group
end

#dbi_resource_id::String

Returns the value of attribute dbi_resource_id.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def dbi_resource_id
  @dbi_resource_id
end

#enabled_cloudwatch_logs_exports::Array[::String]

Returns the value of attribute enabled_cloudwatch_logs_exports.

Returns:

  • (::Array[::String])


434
435
436
# File 'sig/types.rbs', line 434

def enabled_cloudwatch_logs_exports
  @enabled_cloudwatch_logs_exports
end

#endpointTypes::Endpoint

Returns the value of attribute endpoint.

Returns:



412
413
414
# File 'sig/types.rbs', line 412

def endpoint
  @endpoint
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


410
411
412
# File 'sig/types.rbs', line 410

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def engine_version
  @engine_version
end

#instance_create_time::Time

Returns the value of attribute instance_create_time.

Returns:

  • (::Time)


413
414
415
# File 'sig/types.rbs', line 413

def instance_create_time
  @instance_create_time
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


428
429
430
# File 'sig/types.rbs', line 428

def kms_key_id
  @kms_key_id
end

#latest_restorable_time::Time

Returns the value of attribute latest_restorable_time.

Returns:

  • (::Time)


421
422
423
# File 'sig/types.rbs', line 421

def latest_restorable_time
  @latest_restorable_time
end

#pending_modified_valuesTypes::PendingModifiedValues

Returns the value of attribute pending_modified_values.



420
421
422
# File 'sig/types.rbs', line 420

def pending_modified_values
  @pending_modified_values
end

#performance_insights_enabledBoolean

Returns the value of attribute performance_insights_enabled.

Returns:

  • (Boolean)


436
437
438
# File 'sig/types.rbs', line 436

def performance_insights_enabled
  @performance_insights_enabled
end

#performance_insights_kms_key_id::String

Returns the value of attribute performance_insights_kms_key_id.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def performance_insights_kms_key_id
  @performance_insights_kms_key_id
end

#preferred_backup_window::String

Returns the value of attribute preferred_backup_window.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def preferred_backup_window
  @preferred_backup_window
end

#preferred_maintenance_window::String

Returns the value of attribute preferred_maintenance_window.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def preferred_maintenance_window
  @preferred_maintenance_window
end

#promotion_tier::Integer

Returns the value of attribute promotion_tier.

Returns:

  • (::Integer)


432
433
434
# File 'sig/types.rbs', line 432

def promotion_tier
  @promotion_tier
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


424
425
426
# File 'sig/types.rbs', line 424

def publicly_accessible
  @publicly_accessible
end

#status_infos::Array[Types::DBInstanceStatusInfo]

Returns the value of attribute status_infos.

Returns:



425
426
427
# File 'sig/types.rbs', line 425

def status_infos
  @status_infos
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


427
428
429
# File 'sig/types.rbs', line 427

def storage_encrypted
  @storage_encrypted
end

#vpc_security_groups::Array[Types::VpcSecurityGroupMembership]

Returns the value of attribute vpc_security_groups.

Returns:



416
417
418
# File 'sig/types.rbs', line 416

def vpc_security_groups
  @vpc_security_groups
end