Class: Aws::Types::DBClusterSnapshot
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterSnapshot
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
341 342 343 |
# File 'sig/types.rbs', line 341 def availability_zones @availability_zones end |
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
349 350 351 |
# File 'sig/types.rbs', line 349 def cluster_create_time @cluster_create_time end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
343 344 345 |
# File 'sig/types.rbs', line 343 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_snapshot_arn ⇒ ::String
Returns the value of attribute db_cluster_snapshot_arn.
356 357 358 |
# File 'sig/types.rbs', line 356 def db_cluster_snapshot_arn @db_cluster_snapshot_arn end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
342 343 344 |
# File 'sig/types.rbs', line 342 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |
#engine ⇒ ::String
Returns the value of attribute engine.
345 346 347 |
# File 'sig/types.rbs', line 345 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
351 352 353 |
# File 'sig/types.rbs', line 351 def engine_version @engine_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
355 356 357 |
# File 'sig/types.rbs', line 355 def kms_key_id @kms_key_id end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
350 351 352 |
# File 'sig/types.rbs', line 350 def master_username @master_username end |
#percent_progress ⇒ ::Integer
Returns the value of attribute percent_progress.
353 354 355 |
# File 'sig/types.rbs', line 353 def percent_progress @percent_progress end |
#port ⇒ ::Integer
Returns the value of attribute port.
347 348 349 |
# File 'sig/types.rbs', line 347 def port @port end |
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
344 345 346 |
# File 'sig/types.rbs', line 344 def snapshot_create_time @snapshot_create_time end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
352 353 354 |
# File 'sig/types.rbs', line 352 def snapshot_type @snapshot_type end |
#source_db_cluster_snapshot_arn ⇒ ::String
Returns the value of attribute source_db_cluster_snapshot_arn.
357 358 359 |
# File 'sig/types.rbs', line 357 def source_db_cluster_snapshot_arn @source_db_cluster_snapshot_arn end |
#status ⇒ ::String
Returns the value of attribute status.
346 347 348 |
# File 'sig/types.rbs', line 346 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
354 355 356 |
# File 'sig/types.rbs', line 354 def storage_encrypted @storage_encrypted end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
358 359 360 |
# File 'sig/types.rbs', line 358 def storage_type @storage_type end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
348 349 350 |
# File 'sig/types.rbs', line 348 def vpc_id @vpc_id end |