Class: Aws::Types::DBInstance
- Inherits:
-
Object
- Object
- Aws::Types::DBInstance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_instance_arn ⇒ ::String
Returns the value of attribute db_instance_arn.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#db_instance_port ⇒ ::Integer
Returns the value of attribute db_instance_port.
-
#db_instance_status ⇒ ::String
Returns the value of attribute db_instance_status.
-
#db_name ⇒ ::String
Returns the value of attribute db_name.
-
#db_parameter_groups ⇒ ::Array[Types::DBParameterGroupStatus]
Returns the value of attribute db_parameter_groups.
-
#db_security_groups ⇒ ::Array[Types::DBSecurityGroupMembership]
Returns the value of attribute db_security_groups.
-
#db_subnet_group ⇒ Types::DBSubnetGroup
Returns the value of attribute db_subnet_group.
-
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#domain_memberships ⇒ ::Array[Types::DomainMembership]
Returns the value of attribute domain_memberships.
-
#enabled_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloudwatch_logs_exports.
-
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#enhanced_monitoring_resource_arn ⇒ ::String
Returns the value of attribute enhanced_monitoring_resource_arn.
-
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
-
#instance_create_time ⇒ ::Time
Returns the value of attribute instance_create_time.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#latest_restorable_time ⇒ ::Time
Returns the value of attribute latest_restorable_time.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
-
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#option_group_memberships ⇒ ::Array[Types::OptionGroupMembership]
Returns the value of attribute option_group_memberships.
-
#pending_modified_values ⇒ Types::PendingModifiedValues
Returns the value of attribute pending_modified_values.
-
#performance_insights_enabled ⇒ Boolean
Returns the value of attribute performance_insights_enabled.
-
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#read_replica_db_cluster_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_db_cluster_identifiers.
-
#read_replica_db_instance_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_db_instance_identifiers.
-
#read_replica_source_db_instance_identifier ⇒ ::String
Returns the value of attribute read_replica_source_db_instance_identifier.
-
#secondary_availability_zone ⇒ ::String
Returns the value of attribute secondary_availability_zone.
-
#status_infos ⇒ ::Array[Types::DBInstanceStatusInfo]
Returns the value of attribute status_infos.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
-
#timezone ⇒ ::String
Returns the value of attribute timezone.
-
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
556 557 558 |
# File 'sig/types.rbs', line 556 def allocated_storage @allocated_storage end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
570 571 572 |
# File 'sig/types.rbs', line 570 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
563 564 565 |
# File 'sig/types.rbs', line 563 def availability_zone @availability_zone end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
559 560 561 |
# File 'sig/types.rbs', line 559 def backup_retention_period @backup_retention_period end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
588 589 590 |
# File 'sig/types.rbs', line 588 def ca_certificate_identifier @ca_certificate_identifier end |
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
577 578 579 |
# File 'sig/types.rbs', line 577 def character_set_name @character_set_name end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
590 591 592 |
# File 'sig/types.rbs', line 590 def @copy_tags_to_snapshot end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
584 585 586 |
# File 'sig/types.rbs', line 584 def db_cluster_identifier @db_cluster_identifier end |
#db_instance_arn ⇒ ::String
Returns the value of attribute db_instance_arn.
595 596 597 |
# File 'sig/types.rbs', line 595 def db_instance_arn @db_instance_arn end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
550 551 552 |
# File 'sig/types.rbs', line 550 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
549 550 551 |
# File 'sig/types.rbs', line 549 def db_instance_identifier @db_instance_identifier end |
#db_instance_port ⇒ ::Integer
Returns the value of attribute db_instance_port.
583 584 585 |
# File 'sig/types.rbs', line 583 def db_instance_port @db_instance_port end |
#db_instance_status ⇒ ::String
Returns the value of attribute db_instance_status.
552 553 554 |
# File 'sig/types.rbs', line 552 def db_instance_status @db_instance_status end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
554 555 556 |
# File 'sig/types.rbs', line 554 def db_name @db_name end |
#db_parameter_groups ⇒ ::Array[Types::DBParameterGroupStatus]
Returns the value of attribute db_parameter_groups.
562 563 564 |
# File 'sig/types.rbs', line 562 def db_parameter_groups @db_parameter_groups end |
#db_security_groups ⇒ ::Array[Types::DBSecurityGroupMembership]
Returns the value of attribute db_security_groups.
560 561 562 |
# File 'sig/types.rbs', line 560 def db_security_groups @db_security_groups end |
#db_subnet_group ⇒ Types::DBSubnetGroup
Returns the value of attribute db_subnet_group.
564 565 566 |
# File 'sig/types.rbs', line 564 def db_subnet_group @db_subnet_group end |
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
587 588 589 |
# File 'sig/types.rbs', line 587 def dbi_resource_id @dbi_resource_id end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
601 602 603 |
# File 'sig/types.rbs', line 601 def deletion_protection @deletion_protection end |
#domain_memberships ⇒ ::Array[Types::DomainMembership]
Returns the value of attribute domain_memberships.
589 590 591 |
# File 'sig/types.rbs', line 589 def domain_memberships @domain_memberships end |
#enabled_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloudwatch_logs_exports.
600 601 602 |
# File 'sig/types.rbs', line 600 def enabled_cloudwatch_logs_exports @enabled_cloudwatch_logs_exports end |
#endpoint ⇒ Types::Endpoint
Returns the value of attribute endpoint.
555 556 557 |
# File 'sig/types.rbs', line 555 def endpoint @endpoint end |
#engine ⇒ ::String
Returns the value of attribute engine.
551 552 553 |
# File 'sig/types.rbs', line 551 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
569 570 571 |
# File 'sig/types.rbs', line 569 def engine_version @engine_version end |
#enhanced_monitoring_resource_arn ⇒ ::String
Returns the value of attribute enhanced_monitoring_resource_arn.
592 593 594 |
# File 'sig/types.rbs', line 592 def enhanced_monitoring_resource_arn @enhanced_monitoring_resource_arn end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
597 598 599 |
# File 'sig/types.rbs', line 597 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#instance_create_time ⇒ ::Time
Returns the value of attribute instance_create_time.
557 558 559 |
# File 'sig/types.rbs', line 557 def instance_create_time @instance_create_time end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
575 576 577 |
# File 'sig/types.rbs', line 575 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
586 587 588 |
# File 'sig/types.rbs', line 586 def kms_key_id @kms_key_id end |
#latest_restorable_time ⇒ ::Time
Returns the value of attribute latest_restorable_time.
567 568 569 |
# File 'sig/types.rbs', line 567 def latest_restorable_time @latest_restorable_time end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
574 575 576 |
# File 'sig/types.rbs', line 574 def license_model @license_model end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
553 554 555 |
# File 'sig/types.rbs', line 553 def master_username @master_username end |
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
591 592 593 |
# File 'sig/types.rbs', line 591 def monitoring_interval @monitoring_interval end |
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
593 594 595 |
# File 'sig/types.rbs', line 593 def monitoring_role_arn @monitoring_role_arn end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
568 569 570 |
# File 'sig/types.rbs', line 568 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
602 603 604 |
# File 'sig/types.rbs', line 602 def network_type @network_type end |
#option_group_memberships ⇒ ::Array[Types::OptionGroupMembership]
Returns the value of attribute option_group_memberships.
576 577 578 |
# File 'sig/types.rbs', line 576 def option_group_memberships @option_group_memberships end |
#pending_modified_values ⇒ Types::PendingModifiedValues
Returns the value of attribute pending_modified_values.
566 567 568 |
# File 'sig/types.rbs', line 566 def pending_modified_values @pending_modified_values end |
#performance_insights_enabled ⇒ Boolean
Returns the value of attribute performance_insights_enabled.
598 599 600 |
# File 'sig/types.rbs', line 598 def performance_insights_enabled @performance_insights_enabled end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
599 600 601 |
# File 'sig/types.rbs', line 599 def performance_insights_kms_key_id @performance_insights_kms_key_id end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
558 559 560 |
# File 'sig/types.rbs', line 558 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
565 566 567 |
# File 'sig/types.rbs', line 565 def preferred_maintenance_window @preferred_maintenance_window end |
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
594 595 596 |
# File 'sig/types.rbs', line 594 def promotion_tier @promotion_tier end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
579 580 581 |
# File 'sig/types.rbs', line 579 def publicly_accessible @publicly_accessible end |
#read_replica_db_cluster_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_db_cluster_identifiers.
573 574 575 |
# File 'sig/types.rbs', line 573 def read_replica_db_cluster_identifiers @read_replica_db_cluster_identifiers end |
#read_replica_db_instance_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_db_instance_identifiers.
572 573 574 |
# File 'sig/types.rbs', line 572 def read_replica_db_instance_identifiers @read_replica_db_instance_identifiers end |
#read_replica_source_db_instance_identifier ⇒ ::String
Returns the value of attribute read_replica_source_db_instance_identifier.
571 572 573 |
# File 'sig/types.rbs', line 571 def read_replica_source_db_instance_identifier @read_replica_source_db_instance_identifier end |
#secondary_availability_zone ⇒ ::String
Returns the value of attribute secondary_availability_zone.
578 579 580 |
# File 'sig/types.rbs', line 578 def secondary_availability_zone @secondary_availability_zone end |
#status_infos ⇒ ::Array[Types::DBInstanceStatusInfo]
Returns the value of attribute status_infos.
580 581 582 |
# File 'sig/types.rbs', line 580 def status_infos @status_infos end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
585 586 587 |
# File 'sig/types.rbs', line 585 def storage_encrypted @storage_encrypted end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
581 582 583 |
# File 'sig/types.rbs', line 581 def storage_type @storage_type end |
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
582 583 584 |
# File 'sig/types.rbs', line 582 def tde_credential_arn @tde_credential_arn end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
596 597 598 |
# File 'sig/types.rbs', line 596 def timezone @timezone end |
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
561 562 563 |
# File 'sig/types.rbs', line 561 def vpc_security_groups @vpc_security_groups end |