Class: Aws::Types::AwsRdsDbClusterSnapshotDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbClusterSnapshotDetails
- 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 ⇒ ::String
Returns the value of attribute cluster_create_time.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_snapshot_attributes ⇒ ::Array[Types::AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute]
Returns the value of attribute db_cluster_snapshot_attributes.
-
#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 ⇒ ::String
Returns the value of attribute snapshot_create_time.
-
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
3473 3474 3475 |
# File 'sig/types.rbs', line 3473 def allocated_storage @allocated_storage end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def availability_zones @availability_zones end |
#cluster_create_time ⇒ ::String
Returns the value of attribute cluster_create_time.
3477 3478 3479 |
# File 'sig/types.rbs', line 3477 def cluster_create_time @cluster_create_time end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
3485 3486 3487 |
# File 'sig/types.rbs', line 3485 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_snapshot_attributes ⇒ ::Array[Types::AwsRdsDbClusterSnapshotDbClusterSnapshotAttribute]
Returns the value of attribute db_cluster_snapshot_attributes.
3488 3489 3490 |
# File 'sig/types.rbs', line 3488 def db_cluster_snapshot_attributes @db_cluster_snapshot_attributes end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
3486 3487 3488 |
# File 'sig/types.rbs', line 3486 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |
#engine ⇒ ::String
Returns the value of attribute engine.
3472 3473 3474 |
# File 'sig/types.rbs', line 3472 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3479 3480 3481 |
# File 'sig/types.rbs', line 3479 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
3487 3488 3489 |
# File 'sig/types.rbs', line 3487 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
3484 3485 3486 |
# File 'sig/types.rbs', line 3484 def kms_key_id @kms_key_id end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
3480 3481 3482 |
# File 'sig/types.rbs', line 3480 def license_model @license_model end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
3478 3479 3480 |
# File 'sig/types.rbs', line 3478 def master_username @master_username end |
#percent_progress ⇒ ::Integer
Returns the value of attribute percent_progress.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def percent_progress @percent_progress end |
#port ⇒ ::Integer
Returns the value of attribute port.
3475 3476 3477 |
# File 'sig/types.rbs', line 3475 def port @port end |
#snapshot_create_time ⇒ ::String
Returns the value of attribute snapshot_create_time.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def snapshot_create_time @snapshot_create_time end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
3481 3482 3483 |
# File 'sig/types.rbs', line 3481 def snapshot_type @snapshot_type end |
#status ⇒ ::String
Returns the value of attribute status.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
3483 3484 3485 |
# File 'sig/types.rbs', line 3483 def storage_encrypted @storage_encrypted end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
3476 3477 3478 |
# File 'sig/types.rbs', line 3476 def vpc_id @vpc_id end |