Class: Aws::Types::DBClusterSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterSnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_snapshot_arn ⇒ ::String
Returns the value of attribute db_cluster_snapshot_arn.
-
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#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.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#master_username ⇒ ::String
Returns the value of attribute master_username.
-
#percent_progress ⇒ ::Integer
Returns the value of attribute percent_progress.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
-
#source_db_cluster_snapshot_arn ⇒ ::String
Returns the value of attribute source_db_cluster_snapshot_arn.
-
#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_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
482 483 484 |
# File 'sig/types.rbs', line 482 def allocated_storage @allocated_storage end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
477 478 479 |
# File 'sig/types.rbs', line 477 def availability_zones @availability_zones end |
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
486 487 488 |
# File 'sig/types.rbs', line 486 def cluster_create_time @cluster_create_time end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
479 480 481 |
# File 'sig/types.rbs', line 479 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_snapshot_arn ⇒ ::String
Returns the value of attribute db_cluster_snapshot_arn.
494 495 496 |
# File 'sig/types.rbs', line 494 def db_cluster_snapshot_arn @db_cluster_snapshot_arn end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
478 479 480 |
# File 'sig/types.rbs', line 478 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |
#engine ⇒ ::String
Returns the value of attribute engine.
481 482 483 |
# File 'sig/types.rbs', line 481 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
488 489 490 |
# File 'sig/types.rbs', line 488 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
496 497 498 |
# File 'sig/types.rbs', line 496 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
493 494 495 |
# File 'sig/types.rbs', line 493 def kms_key_id @kms_key_id end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
489 490 491 |
# File 'sig/types.rbs', line 489 def license_model @license_model end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
487 488 489 |
# File 'sig/types.rbs', line 487 def master_username @master_username end |
#percent_progress ⇒ ::Integer
Returns the value of attribute percent_progress.
491 492 493 |
# File 'sig/types.rbs', line 491 def percent_progress @percent_progress end |
#port ⇒ ::Integer
Returns the value of attribute port.
484 485 486 |
# File 'sig/types.rbs', line 484 def port @port end |
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
480 481 482 |
# File 'sig/types.rbs', line 480 def snapshot_create_time @snapshot_create_time end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
490 491 492 |
# File 'sig/types.rbs', line 490 def snapshot_type @snapshot_type end |
#source_db_cluster_snapshot_arn ⇒ ::String
Returns the value of attribute source_db_cluster_snapshot_arn.
495 496 497 |
# File 'sig/types.rbs', line 495 def source_db_cluster_snapshot_arn @source_db_cluster_snapshot_arn end |
#status ⇒ ::String
Returns the value of attribute status.
483 484 485 |
# File 'sig/types.rbs', line 483 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
492 493 494 |
# File 'sig/types.rbs', line 492 def storage_encrypted @storage_encrypted end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
497 498 499 |
# File 'sig/types.rbs', line 497 def storage_type @storage_type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
485 486 487 |
# File 'sig/types.rbs', line 485 def vpc_id @vpc_id end |