Class: Aws::Types::RestoreDBClusterFromSnapshotMessage
- Inherits:
-
Object
- Object
- Aws::Types::RestoreDBClusterFromSnapshotMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
-
#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.
-
#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.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def availability_zones @availability_zones end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def db_cluster_parameter_group_name @db_cluster_parameter_group_name end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def deletion_protection @deletion_protection end |
#enable_cloudwatch_logs_exports ⇒ ::Array[::String]
Returns the value of attribute enable_cloudwatch_logs_exports.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def enable_cloudwatch_logs_exports @enable_cloudwatch_logs_exports end |
#engine ⇒ ::String
Returns the value of attribute engine.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def engine_version @engine_version end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def kms_key_id @kms_key_id end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def network_type @network_type end |
#port ⇒ ::Integer
Returns the value of attribute port.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def port @port end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def snapshot_identifier @snapshot_identifier end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def storage_type @storage_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def @tags end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def vpc_security_group_ids @vpc_security_group_ids end |