Class: Aws::Types::AwsRdsDbClusterDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbClusterDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_stream_status ⇒ ::String
Returns the value of attribute activity_stream_status.
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#associated_roles ⇒ ::Array[Types::AwsRdsDbClusterAssociatedRole]
Returns the value of attribute associated_roles.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#cluster_create_time ⇒ ::String
Returns the value of attribute cluster_create_time.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#cross_account_clone ⇒ Boolean
Returns the value of attribute cross_account_clone.
-
#custom_endpoints ⇒ ::Array[::String]
Returns the value of attribute custom_endpoints.
-
#database_name ⇒ ::String
Returns the value of attribute database_name.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_members ⇒ ::Array[Types::AwsRdsDbClusterMember]
Returns the value of attribute db_cluster_members.
-
#db_cluster_option_group_memberships ⇒ ::Array[Types::AwsRdsDbClusterOptionGroupMembership]
Returns the value of attribute db_cluster_option_group_memberships.
-
#db_cluster_parameter_group ⇒ ::String
Returns the value of attribute db_cluster_parameter_group.
-
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
-
#db_subnet_group ⇒ ::String
Returns the value of attribute db_subnet_group.
-
#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 ⇒ ::String
Returns the value of attribute endpoint.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#http_endpoint_enabled ⇒ Boolean
Returns the value of attribute http_endpoint_enabled.
-
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#read_replica_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_identifiers.
-
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#vpc_security_groups ⇒ ::Array[Types::AwsRdsDbInstanceVpcSecurityGroup]
Returns the value of attribute vpc_security_groups.
Instance Attribute Details
#activity_stream_status ⇒ ::String
Returns the value of attribute activity_stream_status.
3435 3436 3437 |
# File 'sig/types.rbs', line 3435 def activity_stream_status @activity_stream_status end |
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
3408 3409 3410 |
# File 'sig/types.rbs', line 3408 def allocated_storage @allocated_storage end |
#associated_roles ⇒ ::Array[Types::AwsRdsDbClusterAssociatedRole]
Returns the value of attribute associated_roles.
3429 3430 3431 |
# File 'sig/types.rbs', line 3429 def associated_roles @associated_roles end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
3445 3446 3447 |
# File 'sig/types.rbs', line 3445 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
3409 3410 3411 |
# File 'sig/types.rbs', line 3409 def availability_zones @availability_zones end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3410 3411 3412 |
# File 'sig/types.rbs', line 3410 def backup_retention_period @backup_retention_period end |
#cluster_create_time ⇒ ::String
Returns the value of attribute cluster_create_time.
3430 3431 3432 |
# File 'sig/types.rbs', line 3430 def cluster_create_time @cluster_create_time end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
3436 3437 3438 |
# File 'sig/types.rbs', line 3436 def @copy_tags_to_snapshot end |
#cross_account_clone ⇒ Boolean
Returns the value of attribute cross_account_clone.
3437 3438 3439 |
# File 'sig/types.rbs', line 3437 def cross_account_clone @cross_account_clone end |
#custom_endpoints ⇒ ::Array[::String]
Returns the value of attribute custom_endpoints.
3415 3416 3417 |
# File 'sig/types.rbs', line 3415 def custom_endpoints @custom_endpoints end |
#database_name ⇒ ::String
Returns the value of attribute database_name.
3411 3412 3413 |
# File 'sig/types.rbs', line 3411 def database_name @database_name end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
3442 3443 3444 |
# File 'sig/types.rbs', line 3442 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_members ⇒ ::Array[Types::AwsRdsDbClusterMember]
Returns the value of attribute db_cluster_members.
3443 3444 3445 |
# File 'sig/types.rbs', line 3443 def db_cluster_members @db_cluster_members end |
#db_cluster_option_group_memberships ⇒ ::Array[Types::AwsRdsDbClusterOptionGroupMembership]
Returns the value of attribute db_cluster_option_group_memberships.
3441 3442 3443 |
# File 'sig/types.rbs', line 3441 def db_cluster_option_group_memberships @db_cluster_option_group_memberships end |
#db_cluster_parameter_group ⇒ ::String
Returns the value of attribute db_cluster_parameter_group.
3439 3440 3441 |
# File 'sig/types.rbs', line 3439 def db_cluster_parameter_group @db_cluster_parameter_group end |
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
3428 3429 3430 |
# File 'sig/types.rbs', line 3428 def db_cluster_resource_id @db_cluster_resource_id end |
#db_subnet_group ⇒ ::String
Returns the value of attribute db_subnet_group.
3440 3441 3442 |
# File 'sig/types.rbs', line 3440 def db_subnet_group @db_subnet_group end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
3433 3434 3435 |
# File 'sig/types.rbs', line 3433 def deletion_protection @deletion_protection end |
#domain_memberships ⇒ ::Array[Types::AwsRdsDbDomainMembership]
Returns the value of attribute domain_memberships.
3438 3439 3440 |
# File 'sig/types.rbs', line 3438 def domain_memberships @domain_memberships end |
#enabled_cloud_watch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloud_watch_logs_exports.
3431 3432 3433 |
# File 'sig/types.rbs', line 3431 def enabled_cloud_watch_logs_exports @enabled_cloud_watch_logs_exports end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
3413 3414 3415 |
# File 'sig/types.rbs', line 3413 def endpoint @endpoint end |
#engine ⇒ ::String
Returns the value of attribute engine.
3417 3418 3419 |
# File 'sig/types.rbs', line 3417 def engine @engine end |
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
3432 3433 3434 |
# File 'sig/types.rbs', line 3432 def engine_mode @engine_mode end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3418 3419 3420 |
# File 'sig/types.rbs', line 3418 def engine_version @engine_version end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
3425 3426 3427 |
# File 'sig/types.rbs', line 3425 def hosted_zone_id @hosted_zone_id end |
#http_endpoint_enabled ⇒ Boolean
Returns the value of attribute http_endpoint_enabled.
3434 3435 3436 |
# File 'sig/types.rbs', line 3434 def http_endpoint_enabled @http_endpoint_enabled end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
3444 3445 3446 |
# File 'sig/types.rbs', line 3444 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3427 3428 3429 |
# File 'sig/types.rbs', line 3427 def kms_key_id @kms_key_id end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
3420 3421 3422 |
# File 'sig/types.rbs', line 3420 def master_username @master_username end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
3416 3417 3418 |
# File 'sig/types.rbs', line 3416 def multi_az @multi_az end |
#port ⇒ ::Integer
Returns the value of attribute port.
3419 3420 3421 |
# File 'sig/types.rbs', line 3419 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3421 3422 3423 |
# File 'sig/types.rbs', line 3421 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
3422 3423 3424 |
# File 'sig/types.rbs', line 3422 def preferred_maintenance_window @preferred_maintenance_window end |
#read_replica_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_identifiers.
3423 3424 3425 |
# File 'sig/types.rbs', line 3423 def read_replica_identifiers @read_replica_identifiers end |
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
3414 3415 3416 |
# File 'sig/types.rbs', line 3414 def reader_endpoint @reader_endpoint end |
#status ⇒ ::String
Returns the value of attribute status.
3412 3413 3414 |
# File 'sig/types.rbs', line 3412 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
3426 3427 3428 |
# File 'sig/types.rbs', line 3426 def storage_encrypted @storage_encrypted end |
#vpc_security_groups ⇒ ::Array[Types::AwsRdsDbInstanceVpcSecurityGroup]
Returns the value of attribute vpc_security_groups.
3424 3425 3426 |
# File 'sig/types.rbs', line 3424 def vpc_security_groups @vpc_security_groups end |