Class: Aws::Types::AwsRdsDbInstanceDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbInstanceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#associated_roles ⇒ ::Array[Types::AwsRdsDbInstanceAssociatedRole]
Returns the value of attribute associated_roles.
-
#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_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::AwsRdsDbParameterGroup]
Returns the value of attribute db_parameter_groups.
-
#db_security_groups ⇒ ::Array[::String]
Returns the value of attribute db_security_groups.
-
#db_subnet_group ⇒ Types::AwsRdsDbSubnetGroup
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::AwsRdsDbDomainMembership]
Returns the value of attribute domain_memberships.
-
#enabled_cloud_watch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloud_watch_logs_exports.
-
#endpoint ⇒ Types::AwsRdsDbInstanceEndpoint
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 ⇒ ::String
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 ⇒ ::String
Returns the value of attribute latest_restorable_time.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#listener_endpoint ⇒ Types::AwsRdsDbInstanceEndpoint
Returns the value of attribute listener_endpoint.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
-
#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.
-
#option_group_memberships ⇒ ::Array[Types::AwsRdsDbOptionGroupMembership]
Returns the value of attribute option_group_memberships.
-
#pending_modified_values ⇒ Types::AwsRdsDbPendingModifiedValues
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.
-
#performance_insights_retention_period ⇒ ::Integer
Returns the value of attribute performance_insights_retention_period.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#processor_features ⇒ ::Array[Types::AwsRdsDbProcessorFeature]
Returns the value of attribute processor_features.
-
#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::AwsRdsDbStatusInfo]
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::AwsRdsDbInstanceVpcSecurityGroup]
Returns the value of attribute vpc_security_groups.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
3531 3532 3533 |
# File 'sig/types.rbs', line 3531 def allocated_storage @allocated_storage end |
#associated_roles ⇒ ::Array[Types::AwsRdsDbInstanceAssociatedRole]
Returns the value of attribute associated_roles.
3508 3509 3510 |
# File 'sig/types.rbs', line 3508 def associated_roles @associated_roles end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
3541 3542 3543 |
# File 'sig/types.rbs', line 3541 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
3536 3537 3538 |
# File 'sig/types.rbs', line 3536 def availability_zone @availability_zone end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3533 3534 3535 |
# File 'sig/types.rbs', line 3533 def backup_retention_period @backup_retention_period end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
3509 3510 3511 |
# File 'sig/types.rbs', line 3509 def ca_certificate_identifier @ca_certificate_identifier end |
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
3548 3549 3550 |
# File 'sig/types.rbs', line 3548 def character_set_name @character_set_name end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
3553 3554 3555 |
# File 'sig/types.rbs', line 3553 def @copy_tags_to_snapshot end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
3510 3511 3512 |
# File 'sig/types.rbs', line 3510 def db_cluster_identifier @db_cluster_identifier end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
3512 3513 3514 |
# File 'sig/types.rbs', line 3512 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3511 3512 3513 |
# File 'sig/types.rbs', line 3511 def db_instance_identifier @db_instance_identifier end |
#db_instance_port ⇒ ::Integer
Returns the value of attribute db_instance_port.
3513 3514 3515 |
# File 'sig/types.rbs', line 3513 def db_instance_port @db_instance_port end |
#db_instance_status ⇒ ::String
Returns the value of attribute db_instance_status.
3529 3530 3531 |
# File 'sig/types.rbs', line 3529 def db_instance_status @db_instance_status end |
#db_name ⇒ ::String
Returns the value of attribute db_name.
3515 3516 3517 |
# File 'sig/types.rbs', line 3515 def db_name @db_name end |
#db_parameter_groups ⇒ ::Array[Types::AwsRdsDbParameterGroup]
Returns the value of attribute db_parameter_groups.
3535 3536 3537 |
# File 'sig/types.rbs', line 3535 def db_parameter_groups @db_parameter_groups end |
#db_security_groups ⇒ ::Array[::String]
Returns the value of attribute db_security_groups.
3534 3535 3536 |
# File 'sig/types.rbs', line 3534 def db_security_groups @db_security_groups end |
#db_subnet_group ⇒ Types::AwsRdsDbSubnetGroup
Returns the value of attribute db_subnet_group.
3537 3538 3539 |
# File 'sig/types.rbs', line 3537 def db_subnet_group @db_subnet_group end |
#dbi_resource_id ⇒ ::String
Returns the value of attribute dbi_resource_id.
3514 3515 3516 |
# File 'sig/types.rbs', line 3514 def dbi_resource_id @dbi_resource_id end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def deletion_protection @deletion_protection end |
#domain_memberships ⇒ ::Array[Types::AwsRdsDbDomainMembership]
Returns the value of attribute domain_memberships.
3552 3553 3554 |
# File 'sig/types.rbs', line 3552 def domain_memberships @domain_memberships end |
#enabled_cloud_watch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloud_watch_logs_exports.
3561 3562 3563 |
# File 'sig/types.rbs', line 3561 def enabled_cloud_watch_logs_exports @enabled_cloud_watch_logs_exports end |
#endpoint ⇒ Types::AwsRdsDbInstanceEndpoint
Returns the value of attribute endpoint.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def endpoint @endpoint end |
#engine ⇒ ::String
Returns the value of attribute engine.
3518 3519 3520 |
# File 'sig/types.rbs', line 3518 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def engine_version @engine_version end |
#enhanced_monitoring_resource_arn ⇒ ::String
Returns the value of attribute enhanced_monitoring_resource_arn.
3528 3529 3530 |
# File 'sig/types.rbs', line 3528 def enhanced_monitoring_resource_arn @enhanced_monitoring_resource_arn end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
3520 3521 3522 |
# File 'sig/types.rbs', line 3520 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#instance_create_time ⇒ ::String
Returns the value of attribute instance_create_time.
3521 3522 3523 |
# File 'sig/types.rbs', line 3521 def instance_create_time @instance_create_time end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3546 3547 3548 |
# File 'sig/types.rbs', line 3546 def iops @iops end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3522 3523 3524 |
# File 'sig/types.rbs', line 3522 def kms_key_id @kms_key_id end |
#latest_restorable_time ⇒ ::String
Returns the value of attribute latest_restorable_time.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def latest_restorable_time @latest_restorable_time end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
3545 3546 3547 |
# File 'sig/types.rbs', line 3545 def license_model @license_model end |
#listener_endpoint ⇒ Types::AwsRdsDbInstanceEndpoint
Returns the value of attribute listener_endpoint.
3563 3564 3565 |
# File 'sig/types.rbs', line 3563 def listener_endpoint @listener_endpoint end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
3530 3531 3532 |
# File 'sig/types.rbs', line 3530 def master_username @master_username end |
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
3564 3565 3566 |
# File 'sig/types.rbs', line 3564 def max_allocated_storage @max_allocated_storage end |
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def monitoring_interval @monitoring_interval end |
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
3555 3556 3557 |
# File 'sig/types.rbs', line 3555 def monitoring_role_arn @monitoring_role_arn end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
3527 3528 3529 |
# File 'sig/types.rbs', line 3527 def multi_az @multi_az end |
#option_group_memberships ⇒ ::Array[Types::AwsRdsDbOptionGroupMembership]
Returns the value of attribute option_group_memberships.
3547 3548 3549 |
# File 'sig/types.rbs', line 3547 def option_group_memberships @option_group_memberships end |
#pending_modified_values ⇒ Types::AwsRdsDbPendingModifiedValues
Returns the value of attribute pending_modified_values.
3539 3540 3541 |
# File 'sig/types.rbs', line 3539 def pending_modified_values @pending_modified_values end |
#performance_insights_enabled ⇒ Boolean
Returns the value of attribute performance_insights_enabled.
3558 3559 3560 |
# File 'sig/types.rbs', line 3558 def performance_insights_enabled @performance_insights_enabled end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
3559 3560 3561 |
# File 'sig/types.rbs', line 3559 def performance_insights_kms_key_id @performance_insights_kms_key_id end |
#performance_insights_retention_period ⇒ ::Integer
Returns the value of attribute performance_insights_retention_period.
3560 3561 3562 |
# File 'sig/types.rbs', line 3560 def performance_insights_retention_period @performance_insights_retention_period end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3532 3533 3534 |
# File 'sig/types.rbs', line 3532 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
3538 3539 3540 |
# File 'sig/types.rbs', line 3538 def preferred_maintenance_window @preferred_maintenance_window end |
#processor_features ⇒ ::Array[Types::AwsRdsDbProcessorFeature]
Returns the value of attribute processor_features.
3562 3563 3564 |
# File 'sig/types.rbs', line 3562 def processor_features @processor_features end |
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
3556 3557 3558 |
# File 'sig/types.rbs', line 3556 def promotion_tier @promotion_tier end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
3523 3524 3525 |
# File 'sig/types.rbs', line 3523 def publicly_accessible @publicly_accessible end |
#read_replica_db_cluster_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_db_cluster_identifiers.
3544 3545 3546 |
# File 'sig/types.rbs', line 3544 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.
3543 3544 3545 |
# File 'sig/types.rbs', line 3543 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.
3542 3543 3544 |
# File 'sig/types.rbs', line 3542 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.
3549 3550 3551 |
# File 'sig/types.rbs', line 3549 def secondary_availability_zone @secondary_availability_zone end |
#status_infos ⇒ ::Array[Types::AwsRdsDbStatusInfo]
Returns the value of attribute status_infos.
3550 3551 3552 |
# File 'sig/types.rbs', line 3550 def status_infos @status_infos end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
3524 3525 3526 |
# File 'sig/types.rbs', line 3524 def storage_encrypted @storage_encrypted end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3551 3552 3553 |
# File 'sig/types.rbs', line 3551 def storage_type @storage_type end |
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
3525 3526 3527 |
# File 'sig/types.rbs', line 3525 def tde_credential_arn @tde_credential_arn end |
#timezone ⇒ ::String
Returns the value of attribute timezone.
3557 3558 3559 |
# File 'sig/types.rbs', line 3557 def timezone @timezone end |
#vpc_security_groups ⇒ ::Array[Types::AwsRdsDbInstanceVpcSecurityGroup]
Returns the value of attribute vpc_security_groups.
3526 3527 3528 |
# File 'sig/types.rbs', line 3526 def vpc_security_groups @vpc_security_groups end |