Get Secret Result
data class GetSecretResult(val arn: String, val description: String, val id: String, val kmsKeyId: String, val name: String, val policy: String, val rotationEnabled: Boolean, val rotationLambdaArn: String, val rotationRules: List<GetSecretRotationRule>, val tags: Map<String, String>)
A collection of values returned by getSecret.