Class: Aws::Types::RestoreDBClusterFromSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zones::Array[::String]

Returns the value of attribute availability_zones.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1172
1173
1174
# File 'sig/types.rbs', line 1172

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1169
1170
1171
# File 'sig/types.rbs', line 1169

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1181
1182
1183
# File 'sig/types.rbs', line 1181

def network_type
  @network_type
end

#port::Integer

Returns the value of attribute port.

Returns:

  • (::Integer)


1171
1172
1173
# File 'sig/types.rbs', line 1171

def port
  @port
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



1174
1175
1176
# File 'sig/types.rbs', line 1174

def tags
  @tags
end

#vpc_security_group_ids::Array[::String]

Returns the value of attribute vpc_security_group_ids.

Returns:

  • (::Array[::String])


1173
1174
1175
# File 'sig/types.rbs', line 1173

def vpc_security_group_ids
  @vpc_security_group_ids
end