GetDbSystemShapesResult

data class GetDbSystemShapesResult(val dbSystemShapes: List<GetDbSystemShapesDbSystemShape>, val id: String, val location: String)

A collection of values returned by getDbSystemShapes.

Constructors

Link copied to clipboard
constructor(dbSystemShapes: List<GetDbSystemShapesDbSystemShape>, id: String, location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A db_system_shapes block as defined below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard