AwsRdsDBSnapshotAttributesResultPropertiesResponse

data class AwsRdsDBSnapshotAttributesResultPropertiesResponse(val dbSnapshotAttributes: List<DBSnapshotAttributeResponse>? = null, val dbSnapshotIdentifier: String? = null)

Definition of awsRdsDBSnapshotAttributesResult

Constructors

constructor(dbSnapshotAttributes: List<DBSnapshotAttributeResponse>? = null, dbSnapshotIdentifier: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of attributes and values for the manual DB snapshot.

Link copied to clipboard

The identifier of the manual DB snapshot that the attributes apply to.