Class: Aws::Types::RestoreDBClusterToPointInTimeMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1197
1198
1199
# File 'sig/types.rbs', line 1197

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1205
1206
1207
# File 'sig/types.rbs', line 1205

def network_type
  @network_type
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


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.

Returns:

  • (::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.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def restore_type
  @restore_type
end

#serverless_v2_scaling_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1199
1200
1201
# File 'sig/types.rbs', line 1199

def tags
  @tags
end

#use_latest_restorable_timeBoolean

Returns the value of attribute use_latest_restorable_time.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


1198
1199
1200
# File 'sig/types.rbs', line 1198

def vpc_security_group_ids
  @vpc_security_group_ids
end