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.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#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_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
-
#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.
-
#db_system_id ⇒ ::String
Returns the value of attribute db_system_id.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
-
#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.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#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_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def allocated_storage @allocated_storage end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def availability_zones @availability_zones end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def backup_retention_period @backup_retention_period end |
#cluster_create_time ⇒ ::Time
Returns the value of attribute cluster_create_time.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def cluster_create_time @cluster_create_time end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_resource_id ⇒ ::String
Returns the value of attribute db_cluster_resource_id.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def db_cluster_resource_id @db_cluster_resource_id end |
#db_cluster_snapshot_arn ⇒ ::String
Returns the value of attribute db_cluster_snapshot_arn.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def db_cluster_snapshot_arn @db_cluster_snapshot_arn end |
#db_cluster_snapshot_identifier ⇒ ::String
Returns the value of attribute db_cluster_snapshot_identifier.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def db_cluster_snapshot_identifier @db_cluster_snapshot_identifier end |
#db_system_id ⇒ ::String
Returns the value of attribute db_system_id.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def db_system_id @db_system_id end |
#engine ⇒ ::String
Returns the value of attribute engine.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def engine @engine end |
#engine_mode ⇒ ::String
Returns the value of attribute engine_mode.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def engine_mode @engine_mode end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def engine_version @engine_version end |
#iam_database_authentication_enabled ⇒ Boolean
Returns the value of attribute iam_database_authentication_enabled.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def iam_database_authentication_enabled @iam_database_authentication_enabled end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def kms_key_id @kms_key_id end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def license_model @license_model end |
#master_username ⇒ ::String
Returns the value of attribute master_username.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def master_username @master_username end |
#percent_progress ⇒ ::Integer
Returns the value of attribute percent_progress.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def percent_progress @percent_progress end |
#port ⇒ ::Integer
Returns the value of attribute port.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def preferred_backup_window @preferred_backup_window end |
#snapshot_create_time ⇒ ::Time
Returns the value of attribute snapshot_create_time.
1089 1090 1091 |
# File 'sig/types.rbs', line 1089 def snapshot_create_time @snapshot_create_time end |
#snapshot_type ⇒ ::String
Returns the value of attribute snapshot_type.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def snapshot_type @snapshot_type end |
#source_db_cluster_snapshot_arn ⇒ ::String
Returns the value of attribute source_db_cluster_snapshot_arn.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def source_db_cluster_snapshot_arn @source_db_cluster_snapshot_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def status @status end |
#storage_encrypted ⇒ Boolean
Returns the value of attribute storage_encrypted.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def storage_encrypted @storage_encrypted end |
#storage_encryption_type ⇒ "none", ...
Returns the value of attribute storage_encryption_type.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def storage_encryption_type @storage_encryption_type end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def storage_type @storage_type end |
#tag_list ⇒ ::Array[Types::Tag]
Returns the value of attribute tag_list.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def tag_list @tag_list end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def vpc_id @vpc_id end |