Class: Aws::Types::DBCluster
- Inherits:
-
Object
- Object
- Aws::Types::DBCluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_roles ⇒ ::Array[Types::DBClusterRole]
Returns the value of attribute associated_roles.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#clone_group_id ⇒ ::String
Returns the value of attribute clone_group_id.
-
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
-
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_members ⇒ ::Array[Types::DBClusterMember]
Returns the value of attribute db_cluster_members.
-
#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.
-
#earliest_restorable_time ⇒ ::Time
Returns the value of attribute earliest_restorable_time.
-
#enabled_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloudwatch_logs_exports.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
-
#io_optimized_next_allowed_modification_time ⇒ ::Time
Returns the value of attribute io_optimized_next_allowed_modification_time.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#latest_restorable_time ⇒ ::Time
Returns the value of attribute latest_restorable_time.
-
#master_user_secret ⇒ Types::ClusterMasterUserSecret
Returns the value of attribute master_user_secret.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#percent_progress ⇒ ::String
Returns the value of attribute percent_progress.
-
#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.
-
#replication_source_identifier ⇒ ::String
Returns the value of attribute replication_source_identifier.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfigurationInfo
Returns the value of attribute serverless_v2_scaling_configuration.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
Instance Attribute Details
#associated_roles ⇒ ::Array[Types::DBClusterRole]
Returns the value of attribute associated_roles.
270 271 272 |
# File 'sig/types.rbs', line 270 def associated_roles @associated_roles end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
243 244 245 |
# File 'sig/types.rbs', line 243 def availability_zones @availability_zones end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
244 245 246 |
# File 'sig/types.rbs', line 244 def backup_retention_period @backup_retention_period end |
#clone_group_id ⇒ ::String
Returns the value of attribute clone_group_id.
271 272 273 |
# File 'sig/types.rbs', line 271 def clone_group_id @clone_group_id end |
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
272 273 274 |
# File 'sig/types.rbs', line 272 def cluster_create_time @cluster_create_time end |
#db_cluster_arn ⇒ ::String
Returns the value of attribute db_cluster_arn.
269 270 271 |
# File 'sig/types.rbs', line 269 def db_cluster_arn @db_cluster_arn end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
245 246 247 |
# File 'sig/types.rbs', line 245 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_members ⇒ ::Array[Types::DBClusterMember]
Returns the value of attribute db_cluster_members.
263 264 265 |
# File 'sig/types.rbs', line 263 def db_cluster_members @db_cluster_members end |
#db_cluster_parameter_group ⇒ ::String
Returns the value of attribute db_cluster_parameter_group.
246 247 248 |
# File 'sig/types.rbs', line 246 def db_cluster_parameter_group @db_cluster_parameter_group end |
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def db_cluster_resource_id @db_cluster_resource_id end |
#db_subnet_group ⇒ ::String
Returns the value of attribute db_subnet_group.
247 248 249 |
# File 'sig/types.rbs', line 247 def db_subnet_group @db_subnet_group end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
274 275 276 |
# File 'sig/types.rbs', line 274 def deletion_protection @deletion_protection end |
#earliest_restorable_time ⇒ ::Time
Returns the value of attribute earliest_restorable_time.
250 251 252 |
# File 'sig/types.rbs', line 250 def earliest_restorable_time @earliest_restorable_time end |
#enabled_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enabled_cloudwatch_logs_exports.
273 274 275 |
# File 'sig/types.rbs', line 273 def enabled_cloudwatch_logs_exports @enabled_cloudwatch_logs_exports end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
251 252 253 |
# File 'sig/types.rbs', line 251 def endpoint @endpoint end |
#engine ⇒ ::String
Returns the value of attribute engine.
254 255 256 |
# File 'sig/types.rbs', line 254 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
255 256 257 |
# File 'sig/types.rbs', line 255 def engine_version @engine_version end |
#hosted_zone_id ⇒ ::String
Returns the value of attribute hosted_zone_id.
265 266 267 |
# File 'sig/types.rbs', line 265 def hosted_zone_id @hosted_zone_id end |
#io_optimized_next_allowed_modification_time ⇒ ::Time
Returns the value of attribute io_optimized_next_allowed_modification_time.
275 276 277 |
# File 'sig/types.rbs', line 275 def io_optimized_next_allowed_modification_time @io_optimized_next_allowed_modification_time end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
267 268 269 |
# File 'sig/types.rbs', line 267 def kms_key_id @kms_key_id end |
#latest_restorable_time ⇒ ::Time
Returns the value of attribute latest_restorable_time.
256 257 258 |
# File 'sig/types.rbs', line 256 def latest_restorable_time @latest_restorable_time end |
#master_user_secret ⇒ Types::ClusterMasterUserSecret
Returns the value of attribute master_user_secret.
278 279 280 |
# File 'sig/types.rbs', line 278 def master_user_secret @master_user_secret end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
258 259 260 |
# File 'sig/types.rbs', line 258 def master_username @master_username end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
253 254 255 |
# File 'sig/types.rbs', line 253 def multi_az @multi_az end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
279 280 281 |
# File 'sig/types.rbs', line 279 def network_type @network_type end |
#percent_progress ⇒ ::String
Returns the value of attribute percent_progress.
249 250 251 |
# File 'sig/types.rbs', line 249 def percent_progress @percent_progress end |
#port ⇒ ::Integer
Returns the value of attribute port.
257 258 259 |
# File 'sig/types.rbs', line 257 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
259 260 261 |
# File 'sig/types.rbs', line 259 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
260 261 262 |
# File 'sig/types.rbs', line 260 def preferred_maintenance_window @preferred_maintenance_window end |
#read_replica_identifiers ⇒ ::Array[::String]
Returns the value of attribute read_replica_identifiers.
262 263 264 |
# File 'sig/types.rbs', line 262 def read_replica_identifiers @read_replica_identifiers end |
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
252 253 254 |
# File 'sig/types.rbs', line 252 def reader_endpoint @reader_endpoint end |
#replication_source_identifier ⇒ ::String
Returns the value of attribute replication_source_identifier.
261 262 263 |
# File 'sig/types.rbs', line 261 def replication_source_identifier @replication_source_identifier end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfigurationInfo
Returns the value of attribute serverless_v2_scaling_configuration.
277 278 279 |
# File 'sig/types.rbs', line 277 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#status ⇒ ::String
Returns the value of attribute status.
248 249 250 |
# File 'sig/types.rbs', line 248 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
266 267 268 |
# File 'sig/types.rbs', line 266 def storage_encrypted @storage_encrypted end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
276 277 278 |
# File 'sig/types.rbs', line 276 def storage_type @storage_type end |
#vpc_security_groups ⇒ ::Array[Types::VpcSecurityGroupMembership]
Returns the value of attribute vpc_security_groups.
264 265 266 |
# File 'sig/types.rbs', line 264 def vpc_security_groups @vpc_security_groups end |