Class: Aws::Types::AwsRdsDbClusterDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_stream_status::String

Returns the value of attribute activity_stream_status.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


3430
3431
3432
# File 'sig/types.rbs', line 3430

def cluster_create_time
  @cluster_create_time
end

#copy_tags_to_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


3436
3437
3438
# File 'sig/types.rbs', line 3436

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#cross_account_cloneBoolean

Returns the value of attribute cross_account_clone.

Returns:

  • (Boolean)


3437
3438
3439
# File 'sig/types.rbs', line 3437

def 
  @cross_account_clone
end

#custom_endpoints::Array[::String]

Returns the value of attribute custom_endpoints.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3440
3441
3442
# File 'sig/types.rbs', line 3440

def db_subnet_group
  @db_subnet_group
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


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.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


3413
3414
3415
# File 'sig/types.rbs', line 3413

def endpoint
  @endpoint
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


3417
3418
3419
# File 'sig/types.rbs', line 3417

def engine
  @engine
end

#engine_mode::String

Returns the value of attribute engine_mode.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3425
3426
3427
# File 'sig/types.rbs', line 3425

def hosted_zone_id
  @hosted_zone_id
end

#http_endpoint_enabledBoolean

Returns the value of attribute http_endpoint_enabled.

Returns:

  • (Boolean)


3434
3435
3436
# File 'sig/types.rbs', line 3434

def http_endpoint_enabled
  @http_endpoint_enabled
end

#iam_database_authentication_enabledBoolean

Returns the value of attribute iam_database_authentication_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3420
3421
3422
# File 'sig/types.rbs', line 3420

def master_username
  @master_username
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


3416
3417
3418
# File 'sig/types.rbs', line 3416

def multi_az
  @multi_az
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


3414
3415
3416
# File 'sig/types.rbs', line 3414

def reader_endpoint
  @reader_endpoint
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


3412
3413
3414
# File 'sig/types.rbs', line 3412

def status
  @status
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


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