Class: Aws::Types::RestoreDBClusterToPointInTimeMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBClusterToPointInTimeMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#restore_to_time ⇒ ::Time
Returns the value of attribute restore_to_time.
-
#restore_type ⇒ ::String
Returns the value of attribute restore_type.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
-
#source_db_cluster_identifier ⇒ ::String
Returns the value of attribute source_db_cluster_identifier.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def db_cluster_identifier @db_cluster_identifier end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def deletion_protection @deletion_protection end |
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def kms_key_id @kms_key_id end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def network_type @network_type end |
#port ⇒ ::Integer
Returns the value of attribute port.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def port @port end |
#restore_to_time ⇒ ::Time
Returns the value of attribute restore_to_time.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def restore_to_time @restore_to_time end |
#restore_type ⇒ ::String
Returns the value of attribute restore_type.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def restore_type @restore_type end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#source_db_cluster_identifier ⇒ ::String
Returns the value of attribute source_db_cluster_identifier.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def source_db_cluster_identifier @source_db_cluster_identifier end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def storage_type @storage_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def @tags end |
#use_latest_restorable_time ⇒ Boolean
Returns the value of attribute use_latest_restorable_time.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def use_latest_restorable_time @use_latest_restorable_time end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def vpc_security_group_ids @vpc_security_group_ids end |